diff --git a/.github/workflows/custard-run-dev.yaml b/.github/workflows/custard-run-dev.yaml index 5955ff5372..24b8787235 100644 --- a/.github/workflows/custard-run-dev.yaml +++ b/.github/workflows/custard-run-dev.yaml @@ -61,6 +61,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 120 # 2 hours hard limit permissions: + id-token: write statuses: write strategy: fail-fast: false @@ -108,13 +109,6 @@ jobs: with: check: ${{ steps.in_progress.outputs.check }} status: failure - # - name: Upload test results for FlakyBot workflow - # if: github.event.action == 'schedule' && always() # always() submits logs even if tests fail - # uses: actions/upload-artifact@v4 - # with: - # name: test-results - # path: ${{ matrix.path }}/${{ github.run_id }}_sponge_log.xml - # retention-days: 1 done: needs: [affected, test] diff --git a/.github/workflows/custard-run.yaml b/.github/workflows/custard-run.yaml index 9e5a89f87c..476a0d8020 100644 --- a/.github/workflows/custard-run.yaml +++ b/.github/workflows/custard-run.yaml @@ -105,6 +105,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 120 # 2 hours hard limit permissions: + id-token: write statuses: write strategy: fail-fast: false @@ -152,13 +153,6 @@ jobs: with: check: ${{ steps.in_progress.outputs.check }} status: failure - # - name: Upload test results for FlakyBot workflow - # if: github.event.action == 'schedule' && always() # always() submits logs even if tests fail - # uses: actions/upload-artifact@v4 - # with: - # name: test-results - # path: ${{ matrix.path }}/${{ github.run_id }}_sponge_log.xml - # retention-days: 1 done: needs: [affected, lint, test]