mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 22:03:23 +00:00
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
1 changed files with 6 additions and 0 deletions
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…
Add table
Reference in a new issue