delete master check
This commit is contained in:
parent
574467e307
commit
94b1681a38
6
.github/workflows/image_creation.yaml
vendored
6
.github/workflows/image_creation.yaml
vendored
@ -13,11 +13,7 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Exit if not on master
|
||||
if: endsWith(github.ref, master) == false
|
||||
run: exit 1
|
||||
|
||||
|
||||
- name: Setup Quemu
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user