Skip to content

Commit

Permalink
Test get examples step
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Nov 13, 2024
1 parent 9c2d564 commit 58d6078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-examples-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
getexamples:
if: github.event.repository.name != 'terraform-azurerm-avm-template' && github.event.pull_request.head.repo.fork == false
if: github.event.pull_request.head.repo.fork == false
runs-on: ubuntu-latest
outputs:
examples: ${{ steps.getexamples.outputs.examples }}
Expand Down

0 comments on commit 58d6078

Please sign in to comment.