Skip to content

Commit

Permalink
👷 for PRs, use workflow files from same commit
Browse files Browse the repository at this point in the history
so changes made to workflow files in PR are already used in build
  • Loading branch information
steffinchen committed Jun 30, 2022
1 parent 7b10541 commit b18ff54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:

build:
uses: appuio/cloud-portal/.github/workflows/template-build.yaml@master
uses: ./.github/workflows/template-build.yaml

docker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b18ff54

Please sign in to comment.