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
|
name: Check if rebuild is necessary
|
||||||
runs-on: ubuntu-amd64
|
runs-on: ubuntu-amd64
|
||||||
needs: update
|
needs: update
|
||||||
if: ${{ github.event_name == 'schedule' }}
|
if: gitea.event_name == 'schedule'
|
||||||
container:
|
container:
|
||||||
image: gitea.seeseepuff.be/archlinux/archlinux:latest
|
image: gitea.seeseepuff.be/archlinux/archlinux:latest
|
||||||
steps:
|
steps:
|
||||||
@ -72,7 +72,7 @@ jobs:
|
|||||||
needs: check
|
needs: check
|
||||||
container:
|
container:
|
||||||
image: gitea.seeseepuff.be/archlinux/archlinux:latest
|
image: gitea.seeseepuff.be/archlinux/archlinux:latest
|
||||||
if: ${{ github.event_name == 'push' }}
|
if: gitea.event_name == 'push'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user