GitHub Actions: we can't have an action with no on: clause
So in order to disable an action, I'll just use an unused repository_dispatch. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
906762027b
commit
0c0d65e2cb
6
.github/workflows/android-dockerimage.yml
vendored
6
.github/workflows/android-dockerimage.yml
vendored
@ -8,6 +8,12 @@ name: Android Docker Image CI
|
||||
# - scripts/docker/android-build-container/Dockerfile
|
||||
# - .github/workflows/android-docker*
|
||||
|
||||
# this is here to prevent errors about not having an on: clause
|
||||
on:
|
||||
repository_dispatch:
|
||||
types:
|
||||
- unused
|
||||
|
||||
jobs:
|
||||
android-build-container:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user