Skip to content

Commit

Permalink
point to this branch for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasmhughes committed Dec 29, 2023
1 parent d8c903e commit 2fe35d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on: [push, pull_request]

jobs:
call-get-changed-files:
uses: salt-extensions/central-artifacts/.github/workflows/get-changed-files.yml@main
uses: salt-extensions/central-artifacts/.github/workflows/get-changed-files.yml@fix-get-changed-files

call-pre-commit-action:
uses: salt-extensions/central-artifacts/.github/workflows/pre-commit-action.yml@main
uses: salt-extensions/central-artifacts/.github/workflows/pre-commit-action.yml@fix-get-changed-files
needs:
- call-get-changed-files
with:
Expand Down

0 comments on commit 2fe35d2

Please sign in to comment.