Skip to content

Commit fdff2d9

Browse files
committed
Add --no-config option.
1 parent a0fe383 commit fdff2d9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

github-runner

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ verify() {
7676

7777
# Whether to run the runner
7878
RUNNER_RUN=${RUNNER_RUN:-"yes"}
79+
RUNNER_CONFIG=${RUNNER_CONFIG:-"yes"}
7980

8081
# Command line Options
8182
while [ $# -gt 0 ]; do
@@ -116,6 +117,10 @@ verify() {
116117
RUNNER_RUN=""
117118
;;
118119

120+
--no-config)
121+
RUNNER_CONFIG=""
122+
;;
123+
119124

120125
esac
121126
shift $(( $# > 0 ? 1 : 0 ))

0 commit comments

Comments
 (0)