| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5405537 commit 75751f4
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -25,6 +25,10 @@ on: | |||
| 25 | 25 | permissions: | |
| 26 | 26 | contents: read | |
| 27 | 27 | ||
| 28 | + concurrency: | ||
| 29 | + group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | ||
| 30 | + cancel-in-progress: true | ||
| 31 | + | ||
| 28 | 32 | jobs: | |
| 29 | 33 | check_source: | |
| 30 | 34 | name: 'Check for source changes' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,6 +18,10 @@ on: | |||
| 18 | 18 | permissions: | |
| 19 | 19 | contents: read | |
| 20 | 20 | ||
| 21 | + concurrency: | ||
| 22 | + group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | ||
| 23 | + cancel-in-progress: true | ||
| 24 | + | ||
| 21 | 25 | jobs: | |
| 22 | 26 | build: | |
| 23 | 27 | name: Windows Installer | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,6 +28,10 @@ on: | |||
| 28 | 28 | permissions: | |
| 29 | 29 | contents: read | |
| 30 | 30 | ||
| 31 | + concurrency: | ||
| 32 | + group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | ||
| 33 | + cancel-in-progress: true | ||
| 34 | + | ||
| 31 | 35 | jobs: | |
| 32 | 36 | build_doc: | |
| 33 | 37 | name: 'Docs' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,6 +16,10 @@ on: | |||
| 16 | 16 | permissions: | |
| 17 | 17 | contents: read | |
| 18 | 18 | ||
| 19 | + concurrency: | ||
| 20 | + group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | ||
| 21 | + cancel-in-progress: true | ||
| 22 | + | ||
| 19 | 23 | jobs: | |
| 20 | 24 | verify: | |
| 21 | 25 | runs-on: ubuntu-latest | |
| Back | FazBrowse Home | New Git URL |
0 commit comments