diff --git a/.gitea/workflows/workflow.yml b/.gitea/workflows/workflow.yml index c2d1913..294f6c9 100644 --- a/.gitea/workflows/workflow.yml +++ b/.gitea/workflows/workflow.yml @@ -48,7 +48,7 @@ jobs: name: Check if rebuild is necessary runs-on: ubuntu-amd64 needs: update - if: ${{ github.event_name == 'schedule' }} + if: gitea.event_name == 'schedule' container: image: gitea.seeseepuff.be/archlinux/archlinux:latest steps: @@ -72,7 +72,7 @@ jobs: needs: check container: image: gitea.seeseepuff.be/archlinux/archlinux:latest - if: ${{ github.event_name == 'push' }} + if: gitea.event_name == 'push' steps: - name: Checkout code uses: actions/checkout@v2