Skip to content

Commit

Permalink
Update my-jobs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bentran1vn authored Oct 17, 2024
1 parent 2384fd5 commit 127eb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/my-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
deploy:
needs: build
runs-on: [self-hosted]
if: github.event_name == 'pull_request' && github.event.pull_request.merged == true
# if: github.event_name == 'pull_request' && github.event.pull_request.merged == true
env:
CONTAINER_NAME: myappCommandContainer
steps:
Expand Down

0 comments on commit 127eb3f

Please sign in to comment.