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 8eee61b commit 4e27db8Copy full SHA for 4e27db8
.github/workflows/pr.yml
@@ -4,9 +4,14 @@ on:
4
pull_request:
5
branches: [main]
6
7
+concurrency:
8
+ group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
9
+ cancel-in-progress: true
10
+
11
jobs:
12
build:
13
runs-on: ubuntu-latest
14
+ timeout-minutes: 15
15
steps:
16
- uses: actions/checkout@v3
17
with:
.github/workflows/push.yml
push:
- uses: actions/[email protected]
0 commit comments