generated from archlinux/template
Try different event names
This commit is contained in:
parent
88dd7213d6
commit
7891ded64b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user