update github action files
This commit is contained in:
Родитель
f040acc52a
Коммит
9a390997d4
|
@ -31,5 +31,7 @@ jobs:
|
|||
path: |
|
||||
examples/**/TestRecord.md.tmp
|
||||
- name: version-upgrade test
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
sh scripts/ci-version-upgrade.sh
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
name: Post Push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
permissions: write-all
|
||||
|
||||
jobs:
|
||||
post-push:
|
||||
if: github.actor != 'github-actions[bot]'
|
||||
uses: Azure/tfmod-scaffold/.github/workflows/post-push.yaml@main
|
|
@ -1,10 +0,0 @@
|
|||
name: Pr Merged
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
|
||||
jobs:
|
||||
pr-merged:
|
||||
uses: Azure/tfmod-scaffold/.github/workflows/pr-merged.yaml@main
|
|
@ -1,12 +0,0 @@
|
|||
name: Update Changelog
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
update-changelog:
|
||||
uses: Azure/tfmod-scaffold/.github/workflows/update-changelog.yaml@main
|
Загрузка…
Ссылка в новой задаче