Skip to content

Commit

Permalink
show github event
Browse files Browse the repository at this point in the history
  • Loading branch information
fedordikarev committed Jan 25, 2025
1 parent 17884e0 commit 9598445
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/00_push-entry-point.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ on:
- test-push-workflow

jobs:
show-github-event:
runs-on: [ self-hosted, small ]
steps:
- name: show github event
run: |
echo ${{ github.event }}
build-go-projects:
strategy:
matrix:
Expand Down

0 comments on commit 9598445

Please sign in to comment.