Skip to content

Commit

Permalink
update for main pulls only
Browse files Browse the repository at this point in the history
Signed-off-by: sk593 <[email protected]>
  • Loading branch information
sk593 committed Jul 2, 2024
1 parent b0eacb4 commit be2dbe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-bicep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
run: |
bicep publish-provider ./artifacts/bicep/index.json --target br:${{ env.BICEP_TYPES_REGISTRY }}/aws:${{ env.REL_VERSION == 'edge' && 'latest' || env.REL_VERSION }} --force
update-types:
if: github.event_name == 'pull_request' && github.base_ref == 'main'
name: Update Bicep extensibility provider types
runs-on: ubuntu-latest
timeout-minutes: 10
Expand Down

0 comments on commit be2dbe1

Please sign in to comment.