We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecca567 commit 6d3d4b0Copy full SHA for 6d3d4b0
.github/workflows/main.yml
@@ -39,7 +39,7 @@ jobs:
39
sam-deploy:
40
needs: gradle-test
41
runs-on: ubuntu-latest
42
- if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
+ if: github.event.pull_request.merged == true
43
steps:
44
- name: Checkout code
45
uses: actions/checkout@v3
0 commit comments