Skip to content

Commit

Permalink
Run make ci-mgmt to regen GHA workflows (#1384)
Browse files Browse the repository at this point in the history
Faster than waiting for the nightly sync to regen and fix the broken CI
on master branch.
  • Loading branch information
rquitales authored Oct 12, 2023
1 parent 8b6889b commit b4ab3a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
COVERAGE_OUTPUT_DIR: ${{ secrets.COVERAGE_OUTPUT_DIR }}
name: generate_coverage_data
needs: prerequisites
runs-on: pulumi-ubuntu-8core
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
aws s3 cp "${{ env.COVERAGE_OUTPUT_DIR }}/summary.json" "${s3FullURI}" --acl bucket-owner-full-control
prerequisites:
name: prerequisites
runs-on: ubuntu-latest
runs-on: pulumi-ubuntu-8core
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down

0 comments on commit b4ab3a8

Please sign in to comment.