Skip to content

Commit 788847b

Browse files
committed
Removed a useless print
1 parent b2a442c commit 788847b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/db-update-dev.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ on:
2222
default: false
2323
type: boolean
2424
jobs:
25-
print-event-name:
26-
name: Print event name
27-
runs-on: ubuntu-latest
28-
steps:
29-
- name: Print event name
30-
run: echo "github.event_name=${{ github.event_name }}"
31-
3225
update:
3326
uses: ./.github/workflows/db-update.yml
3427
with:

0 commit comments

Comments
 (0)