From ff6329545f77fbca1f99e868fd2f636899365355 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 21 Dec 2021 09:50:53 -0300 Subject: [PATCH] Update ubuntu_action_test.yml --- .github/workflows/ubuntu_action_test.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu_action_test.yml b/.github/workflows/ubuntu_action_test.yml index f8a2b3d..57d0e6c 100644 --- a/.github/workflows/ubuntu_action_test.yml +++ b/.github/workflows/ubuntu_action_test.yml @@ -31,4 +31,10 @@ jobs: access_token: ${{ github.token }} force: true empty: true - tags: true \ No newline at end of file + tags: true + + ubuntu-nochanges: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2.3.4 + - uses: GuillaumeFalourd/git-commit-push@main