[test do not review] test fork workflow #11
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Approve Publish Bicep Types | |
on: | |
pull_request: | |
branches: | |
- main | |
- features/* | |
- release/* | |
jobs: | |
approve-publish: | |
name: "Approve Publish Bicep Types" | |
runs-on: ubuntu-latest | |
environment: publish-bicep | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Save PR number | |
uses: ./.github/actions/save-pr-as-artifact | |
- name: Publish Bicep | |
run: echo "Publishing Bicep types..." |