Skip to content

Commit

Permalink
Update update-main-source.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkpickering committed Apr 18, 2024
1 parent e92b6b8 commit f6622e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-main-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ jobs:
- name: Update main-source branch
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
PROOF_OF_CONCEPT: "success"
run: |
test "$PROOF_OF_CONCEPT" = "success"
test "${{ env.PROOF_OF_CONCEPT }}" = "success"
scripts/pull-ci-scripts
bin/partner-charts-ci auto
Expand Down

0 comments on commit f6622e7

Please sign in to comment.