Update macos_action_test.yml
This commit is contained in:
parent
f175666333
commit
6060320ac8
1 changed files with 7 additions and 1 deletions
8
.github/workflows/macos_action_test.yml
vendored
8
.github/workflows/macos_action_test.yml
vendored
|
@ -31,4 +31,10 @@ jobs:
|
||||||
access_token: ${{ github.token }}
|
access_token: ${{ github.token }}
|
||||||
force: true
|
force: true
|
||||||
empty: true
|
empty: true
|
||||||
tags: true
|
tags: true
|
||||||
|
|
||||||
|
macos-nochanges:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2.3.4
|
||||||
|
- uses: GuillaumeFalourd/git-commit-push@main
|
||||||
|
|
Loading…
Add table
Reference in a new issue