Skip to content

Commit

Permalink
Another change
Browse files Browse the repository at this point in the history
  • Loading branch information
jvtesting committed Sep 12, 2023
1 parent 37ce75c commit ecd0882
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches:
- 'main'
push:
branches:
- 'jvollmer-permissions-testing'

# The cancel-in-progress concurrency option can only be specified at the workflow or job level, and job-level concurrency is ineffective when dealing with queued workflows.
# Given that we don't want to cancel the workflow while fetching mbed-os libraries or flashing, the cancel-in-progress option is set to false to prevent canceling the
Expand Down

0 comments on commit ecd0882

Please sign in to comment.