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 bdd9082 + c37fd76 commit fbe4ed4Copy full SHA for fbe4ed4
.github/ISSUE_TEMPLATE/config.yml
@@ -1,7 +1,7 @@
1
blank_issues_enabled: true
2
contact_links:
3
- name: Question or Discussion
4
- url: https://github.com/kyhau/.github/discussions
+ url:
5
about: Ask questions or start discussions about the project
6
- name: Security Vulnerability
7
url: https://github.com/kyhau/.github/security/advisories/new
.github/workflows/ci.yml
@@ -21,8 +21,8 @@ on:
21
workflow_dispatch:
22
23
concurrency:
24
- group: ${{ github.workflow }}
25
- cancel-in-progress: false
+ group: ${{ github.workflow }}-${{ github.ref }}
+ cancel-in-progress: true
26
27
defaults:
28
run:
0 commit comments