Skip to content

Commit

Permalink
fix: branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaansehgal99 committed Feb 15, 2024
1 parent 581d58d commit 5fbd870
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-preset-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

env:
GO_VERSION: "1.20"
BRANCH_NAME: ${{ github.head_ref || github.ref_name}}

permissions:
id-token: write
Expand All @@ -33,7 +34,7 @@ jobs:
- name: Determine Affected Models
id: affected_models
run: |
PR_BRANCH=${{ github.ref_name }} \
PR_BRANCH=${{ env.BRANCH_NAME }} \
python3 .github/workflows/kind-cluster/determine_models.py
- name: Print Determined Models
Expand Down

0 comments on commit 5fbd870

Please sign in to comment.