Skip to content

Commit

Permalink
Merge branch 'master' into patch-axel-22
Browse files Browse the repository at this point in the history
  • Loading branch information
lsf37 authored May 16, 2024
2 parents 7987719 + c913776 commit 357d500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sel4test-sim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
pull_request:

# Cancel older runs to reduce the load. The workflow also runs on pushes to
# the master brnach, but skipping or cancellation will not happen there
# the master branch, but skipping or cancellation will not happen there
# practically due to the unique run ID.
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && format('pr-{0}', github.event.number) || format('run-{0}', github.run_id) }}
Expand Down

0 comments on commit 357d500

Please sign in to comment.