Skip to content

Commit

Permalink
debug: skip updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh committed Mar 18, 2024
1 parent a39cb71 commit ccd3827
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ on:
required: false
type: boolean

skip_push_updates:
description: 'skip push updates'
required: false
type: boolean

ignore_cache:
description: 'ignore cache'
required: false
Expand Down Expand Up @@ -113,6 +118,7 @@ jobs:
run: ./update-results.sh out-results

- name: Push update to results repo
if: ${{ ! inputs.skip_push_updates }}
uses: cpina/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
Expand Down

0 comments on commit ccd3827

Please sign in to comment.