Skip to content

Commit fbe4ed4

Browse files
committed
Merge branch 'restructure' of github.com:kyhau/saml2aws-multi into restructure
2 parents bdd9082 + c37fd76 commit fbe4ed4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: true
22
contact_links:
33
- name: Question or Discussion
4-
url: https://github.com/kyhau/.github/discussions
4+
url:
55
about: Ask questions or start discussions about the project
66
- name: Security Vulnerability
77
url: https://github.com/kyhau/.github/security/advisories/new

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ on:
2121
workflow_dispatch:
2222

2323
concurrency:
24-
group: ${{ github.workflow }}
25-
cancel-in-progress: false
24+
group: ${{ github.workflow }}-${{ github.ref }}
25+
cancel-in-progress: true
2626

2727
defaults:
2828
run:

0 commit comments

Comments
 (0)