Skip to content

Commit

Permalink
fix: more test bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Sep 25, 2024
1 parent dabcad3 commit 0ac97eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: move relock code to current branch
run: |
if [[ "${COMMENT_IS_PR}" == "false" ]]; then
if [[ "${COMMENT_IS_PR}" == "true" ]]; then
branch=pull/${{ github.event.number }}/head
else
branch=main
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: cleanup
if: always()
run: |
if [[ "${COMMENT_IS_PR}" == "false" ]]; then
if [[ "${COMMENT_IS_PR}" == "true" ]]; then
branch=pull/${{ github.event.number }}/head
else
branch=main
Expand Down

0 comments on commit 0ac97eb

Please sign in to comment.