mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-12 04:26:51 +00:00
ci: runners trigger on push (#1549)
* ci: runners trigger on push * ci: comments * ci: comments
This commit is contained in:
6
.github/workflows/runners.yaml
vendored
6
.github/workflows/runners.yaml
vendored
@@ -6,7 +6,6 @@ on:
|
|||||||
- opened
|
- opened
|
||||||
- synchronize
|
- synchronize
|
||||||
- reopened
|
- reopened
|
||||||
- closed
|
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
paths:
|
paths:
|
||||||
@@ -14,6 +13,11 @@ on:
|
|||||||
- '!runner/Makefile'
|
- '!runner/Makefile'
|
||||||
- '.github/workflows/runners.yaml'
|
- '.github/workflows/runners.yaml'
|
||||||
- '!**.md'
|
- '!**.md'
|
||||||
|
# We must do a trigger on a push: instead of a types: closed so GitHub Secrets
|
||||||
|
# are available to the workflow run
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'master'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
RUNNER_VERSION: 2.293.0
|
RUNNER_VERSION: 2.293.0
|
||||||
|
|||||||
Reference in New Issue
Block a user