Update ubuntu_action_test.yml
This commit is contained in:
parent
b54800e7d6
commit
ff6329545f
1 changed files with 7 additions and 1 deletions
6
.github/workflows/ubuntu_action_test.yml
vendored
6
.github/workflows/ubuntu_action_test.yml
vendored
|
@ -32,3 +32,9 @@ jobs:
|
||||||
force: true
|
force: true
|
||||||
empty: true
|
empty: true
|
||||||
tags: true
|
tags: true
|
||||||
|
|
||||||
|
ubuntu-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