Skip to content

Commit

Permalink
Print event_name
Browse files Browse the repository at this point in the history
  • Loading branch information
samhatfield committed Feb 5, 2025
1 parent bedce01 commit 2dd5019
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-hpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
pushd ${{ github.repository }}
git init
git remote add origin ${{ github.server_url }}/${{ github.repository }}
echo "${{ github.event_name }}"
{% if github.event_name == "pull_request" %}
git fetch origin ${{ github.head_ref }}
{% else %}
Expand Down

0 comments on commit 2dd5019

Please sign in to comment.