| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 28cd39e commit fc649fa
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,6 +8,8 @@ on: | |||
| 8 | 8 | # ./doc/contributing/commit-queue.md | |
| 9 | 9 | - cron: '*/5 * * * *' | |
| 10 | 10 | ||
| 11 | + concurrency: ${{ github.workflow }} | ||
| 12 | + | ||
| 11 | 13 | env: | |
| 12 | 14 | NODE_VERSION: lts/* | |
| 13 | 15 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,6 +13,8 @@ on: | |||
| 13 | 13 | schedule: | |
| 14 | 14 | - cron: '*/5 * * * *' | |
| 15 | 15 | ||
| 16 | + concurrency: ${{ github.workflow }} | ||
| 17 | + | ||
| 16 | 18 | env: | |
| 17 | 19 | NODE_VERSION: lts/* | |
| 18 | 20 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments