Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jun 11, 2024
1 parent 87756a9 commit f01e778
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ on:
# There's no point in testing an outdated version of the code. GitHub only allows
# a limited number of job runners to be active at the same time, so it's better to cancel
# pointless jobs early so that more useful jobs can run sooner.
# concurrency:
# group: exports-${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: true
concurrency:
group: exports-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
PUPPETEER_SKIP_DOWNLOAD: "true"
Expand Down

0 comments on commit f01e778

Please sign in to comment.