Skip to content

Commit

Permalink
submit job only in push
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhett-Ying committed Nov 8, 2023
1 parent d414830 commit f1e2a8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
python3 -m pip install pytest
pip3 install boto3
- name: Submit Job
if: ${{ github.event_name == 'push' }}
shell: bash
run: |
echo "Start submitting job - Check"
Expand Down

0 comments on commit f1e2a8b

Please sign in to comment.