Skip to content

Commit

Permalink
Final clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed May 22, 2024
1 parent e42bf76 commit db456c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ jobs:
integration-tests-latest-release:
runs-on: ubuntu-20.04
needs: [deploy-linux, deploy-windows, deploy-macos]
# uncomment the following line if this is only needed for a release event
if: github.event_name == 'release'
# comment / uncomment the following line if this is only needed for a release event
# if: github.event_name == 'release'
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down Expand Up @@ -366,7 +366,7 @@ jobs:
runs-on: ubuntu-20.04
needs: [deploy-linux, deploy-windows, deploy-macos]
# comment or uncomment the following line if this is only needed for a release event
if: github.event_name == 'release'
# if: github.event_name == 'release'
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit db456c2

Please sign in to comment.