Skip to content

Commit

Permalink
Merge pull request #306 from sohosai/CD-beta-test
Browse files Browse the repository at this point in the history
fix: Update cd-beta.yml
  • Loading branch information
Till0196 authored Apr 25, 2024
2 parents 59d8297 + ddb3676 commit 39bbd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build_and_deploy:
if: |
(github.event_name == 'push' && ((github.head_ref || github.ref_name) != 'develop' )) ||
(github.event_name == 'pull_request' && github.event.pull_request.merged == true) ||
github.event.pull_request.merged == true ||
github.event_name == 'workflow_dispatch'
runs-on: [self-hosted, garm]
permissions:
Expand Down

0 comments on commit 39bbd0b

Please sign in to comment.