revert: restore original workflow config
This commit is contained in:
parent
d579127a11
commit
f397769ce0
@ -1,13 +1,12 @@
|
|||||||
name: PR Checks
|
name: PR Checks
|
||||||
|
|
||||||
env:
|
|
||||||
GITEA_TOKEN: ${{ secrets.CI_TOKEN }}
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
push:
|
|
||||||
branches: [main, 'improve-*', 'ci-*', 'feature-*']
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user