Skip to content

Commit bd519a2

Browse files
committed
test
Signed-off-by: Nic <[email protected]>
1 parent 750ba0a commit bd519a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/get-a-github-vm.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
if: github.actor == github.event.repository.owner.login
1515
steps:
16-
- run: echo "event name is:" ${{ github.event_name }}
17-
- run: echo "event type is:" ${{ github.event.action }}
16+
- name: test
17+
if: ${{ github.event_name != "workflow_dispatch" }}
18+
run: echo "event is not workflow_dispatch"
1819
- name: Print Env
1920
env:
2021
GITHUB: ${{ toJSON(github) }}

0 commit comments

Comments
 (0)