mirror of
https://github.com/github/codeql-action.git
synced 2026-01-04 21:50:17 +08:00
Remove push trigger now that I've tested it works
This commit is contained in:
3
.github/workflows/build-runner.yml
vendored
3
.github/workflows/build-runner.yml
vendored
@@ -1,7 +1,6 @@
|
||||
name: Build runner
|
||||
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
bundle-tag:
|
||||
@@ -12,7 +11,7 @@ jobs:
|
||||
build-runner:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
RELEASE_TAG: test-build-runner # "${{ github.event.inputs.bundle-tag }}"
|
||||
RELEASE_TAG: "${{ github.event.inputs.bundle-tag }}"
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user