We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750ba0a commit bd519a2Copy full SHA for bd519a2
.github/workflows/get-a-github-vm.yaml
@@ -13,8 +13,9 @@ jobs:
13
runs-on: ubuntu-latest
14
if: github.actor == github.event.repository.owner.login
15
steps:
16
- - run: echo "event name is:" ${{ github.event_name }}
17
- - run: echo "event type is:" ${{ github.event.action }}
+ - name: test
+ if: ${{ github.event_name != "workflow_dispatch" }}
18
+ run: echo "event is not workflow_dispatch"
19
- name: Print Env
20
env:
21
GITHUB: ${{ toJSON(github) }}
0 commit comments