Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Sep 13, 2024
1 parent 1aa7718 commit 135ac3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ concurrency:
cancel-in-progress: true

jobs:
set_status:
runs-on: ubuntu-latest
steps:
- name: Echo Concurrency Key
run: echo 'cancel-old-pr-runs-${{ github.workflow }}-${{ github.head_ref || github.run_id }}'
# Jobs are listed in rough order of priority: if multiple jobs fail, the first job
# in the list should be the one that's most worth looking into
build-linux:
Expand Down

0 comments on commit 135ac3a

Please sign in to comment.