Skip to content

Commit

Permalink
Fix Publish Job (#432)
Browse files Browse the repository at this point in the history
get rid of action step in favor of built in behavior
  • Loading branch information
TShapinsky authored Mar 31, 2023
1 parent e5085c9 commit 82559bf
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,16 +221,8 @@ jobs:
github.ref == 'refs/heads/main' ||
github.ref == 'refs/heads/develop'
runs-on: ubuntu-latest
needs: [pre-commit, unit-tests, simulation-tests, integration-tests, integration-tests-historian]
steps:
# Only if all other jobs pass.
- name: Wait on tests
uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
running-workflow-name: "publish" #this job shouldn't wait for itself
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 20 # seconds

- name: Checkout code
uses: actions/checkout@v2

Expand Down

0 comments on commit 82559bf

Please sign in to comment.