We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809cd42 commit fc5d8f8Copy full SHA for fc5d8f8
.github/workflows/site.preview.yml
@@ -6,6 +6,10 @@ env:
6
# https://github.com/operations-project/github-runner-starter/settings/secrets/actions/JONPUGH_GITHUB_TOKEN_ADMIN
7
GITHUB_TOKEN: "${{ secrets.OPERATIONS_GITHUB_TOKEN_ADMIN }}"
8
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.event.number }}
11
+ cancel-in-progress: true
12
+
13
jobs:
14
create-server:
15
name: Launch a test server
0 commit comments