We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44d290 commit 408c6d9Copy full SHA for 408c6d9
.github/workflows/generate_website.yml
@@ -23,6 +23,11 @@ permissions:
23
actions: write
24
contents: write
25
26
+# Cancel existing tests on the same PR if a new commit is added to a pull request
27
+concurrency:
28
+ group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
29
+ cancel-in-progress: ${{ github.event_name == 'pull_request' }}
30
+
31
jobs:
32
setup-keys:
33
runs-on: ubuntu-latest
0 commit comments