Skip to content

Commit

Permalink
fix event.after
Browse files Browse the repository at this point in the history
  • Loading branch information
fedordikarev committed Jan 25, 2025
1 parent d539d03 commit 8cada75
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/00_push-entry-point.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@ on:
- test-push-workflow

jobs:
show-github-event:
runs-on: [ self-hosted, small ]
steps:
- name: print whole context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
VARS_CONTEXT: ${{ toJson(vars) }}
run: |
echo "GITHUB_CONTEXT is $GITHUB_CONTEXT"
echo "VARS_CONTEXT is $VARS_CONTEXT"
build-go-projects:
strategy:
matrix:
Expand All @@ -26,7 +15,7 @@ jobs:
name: 'Golang: ${{ matrix.go-component }}'
with:
component-name: ${{ matrix.go-component }}
base-sha: ${{ github.event.push.after }}
base-sha: ${{ github.event.after }}
pack-to-docker-image: true
go-build-cache-restore-or-update: 'update'
go-mod-cache-restore-or-update: 'update'
Expand Down

0 comments on commit 8cada75

Please sign in to comment.