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.
2 parents 5360115 + 82ccc23 commit 1bafdbaCopy full SHA for 1bafdba
.github/workflows/ci.yml
@@ -13,6 +13,10 @@ on:
13
env:
14
CARGO_TERM_COLOR: always
15
16
+concurrency:
17
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
18
+ cancel-in-progress: true
19
+
20
jobs:
21
tests:
22
runs-on: ubuntu-latest
.github/workflows/integration.yml
@@ -15,6 +15,10 @@ on:
pull_request_target:
types: [opened, synchronize, reopened]
23
AWS_REGION: us-east-1
24
0 commit comments