Skip to content

Commit

Permalink
fix: Attempt to remove reusable workflow references.
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-garcia committed Apr 26, 2024
1 parent 01cd364 commit 134b13a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ name: Pull Request checks

jobs:
check_shell:
uses: scaleway-terraform-modules/wokflows/.github/workflows/check_shell.yaml@main
uses: scaleway-terraform-modules/wokflows/.github/workflows/check_shell.yaml
check_tf:
uses: scaleway-terraform-modules/wokflows/.github/workflows/check_tf.yaml@main
uses: scaleway-terraform-modules/wokflows/.github/workflows/check_tf.yaml
secrets: inherit
check_yaml:
uses: scaleway-terraform-modules/wokflows/.github/workflows/check_yaml.yaml@main
uses: scaleway-terraform-modules/wokflows/.github/workflows/check_yaml.yaml

0 comments on commit 134b13a

Please sign in to comment.