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 b512f13 commit 5b444fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ on:
- '**'
workflow_dispatch:

# cancel older runs of a pull request;
# this will not cancel anything for normal git pushes
concurrency:
group: cancel-old-pr-runs-${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
publish-sonatype:
# when in master repo, publish all tags and manual runs on main
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ 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.ref_name }}'
# 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 5b444fd

Please sign in to comment.