Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #25 from technote-space/chore/chore-sync-workflows
Browse files Browse the repository at this point in the history
chore: sync workflows
  • Loading branch information
technote-space committed Oct 8, 2021
2 parents 1bb7b31 + f763511 commit 4f91762
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflow-settings.json
Expand Up @@ -25,5 +25,6 @@
"Using version",
"ci-helper",
"tests/bootstrap.php"
]
],
"CHANGE_TEMPLATE": "- [ ] ${TITLE} (#${NUMBER}) @${AUTHOR}"
}
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
@@ -1,5 +1,8 @@
on: push

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

name: CI

jobs:
Expand All @@ -10,9 +13,6 @@ jobs:
env:
LINT: 1
steps:
- uses: technote-space/auto-cancel-redundant-workflow@v1
with:
EXCLUDE_MERGED: 'true'
- name: Set running flag
run: echo "RUNNING=1" >> $GITHUB_ENV
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-updated.yml
Expand Up @@ -32,6 +32,7 @@ jobs:
TITLE: ${{ env.PR_BODY_TITLE }}
LINK_ISSUE_KEYWORD: ${{ (startsWith(github.head_ref, 'release/') && 'closes') || '' }}
FILTER_PR: true
CHANGE_TEMPLATE: ${{ env.CHANGE_TEMPLATE }}

manageRelease:
name: Manage release
Expand Down

0 comments on commit 4f91762

Please sign in to comment.