Skip to content

Commit

Permalink
PP-12385: Compare against base ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jfharden committed Mar 7, 2024
1 parent ea9ba9e commit e9363b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkl-pipeline-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
with:
fetch-depth: '0'
path: 'master/'
ref: 'master'
# ref: $GITHUB_BASE_REF
ref: "pp-12343/example-pkl-pipeline-usage"
- name: Load pkl version
id: load-pkl-version
run: |
Expand All @@ -38,7 +39,6 @@ jobs:
mv pkl /usr/local/bin/pkl
pkl --version
- name: Generate YAML from Pkl in PR
working-directory: "pr/ci/pkl-pipelines/"
run: |
echo "PWD: "
pwd
Expand Down

0 comments on commit e9363b6

Please sign in to comment.