Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
Signed-off-by: Thanawan Atchariyachanvanit <[email protected]>
  • Loading branch information
thanawan-atc authored Jul 26, 2023
1 parent 3327cd8 commit d82e3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/model_uploader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: Fail if branch is not main
if: github.ref != 'refs/heads/workflow_for_review' # TO-BE-CHANGED
if: github.ref != 'refs/heads/workflow-for-review' # TO-BE-CHANGED
#if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
run: |
echo "This workflow should not be triggered with workflow_dispatch on a branch other than main"
Expand Down

0 comments on commit d82e3e2

Please sign in to comment.