Skip to content

Commit

Permalink
Update CICD.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk authored Jun 23, 2024
1 parent a52ebda commit ea2303d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
DeployALDoc:
needs: [ Initialization, Build ]
if: (!cancelled()) && needs.Build.result == 'Success' && needs.Initialization.outputs.generateALDocArtifact == 1 && github.ref_name == 'main'
runs-on: windows-latest
runs-on: [ ubuntu-latest ]
name: Deploy Reference Documentation
permissions:
contents: read
Expand Down

0 comments on commit ea2303d

Please sign in to comment.