Skip to content

Commit

Permalink
Merge pull request #23 from alamb/alamb/job_comments2
Browse files Browse the repository at this point in the history
Alamb/job comments2
  • Loading branch information
alamb authored Jan 2, 2025
2 parents 264f4c5 + 0ad11a5 commit bce2332
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ concurrency:

# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#running-your-pull_request-workflow-when-a-pull-request-merges
#
# this job is intended to only run on merge to main branch
# this job is intended to only run only on the main branch as it is time consuming
# and very rarely fails. However, it is important coverage to ensure correctness
# in the (very rare) event of a hash failure.
on:
pull_request:
# Run on all commits to main
push:
branches:
- main
types:
- closed

jobs:
# Check answers are correct when hash values collide
Expand Down

0 comments on commit bce2332

Please sign in to comment.