Skip to content

Commit

Permalink
Temporarly disable waiting for tests on release (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
aniezurawski authored Jun 28, 2023
1 parent 5dc43fa commit ba731c1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ on:
- "*"

jobs:
wait-for-green-master:
runs-on: ubuntu-latest
steps:
- name: Wait for tests to finish
uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
running-workflow-name: 'wait-for-green-master'
repo-token: ${{ secrets.NEPTUNE_BOT_ACCESS_TOKEN }}
wait-interval: 60
# wait-for-green-master:
# runs-on: ubuntu-latest
# steps:
# - name: Wait for tests to finish
# uses: lewagon/[email protected]
# with:
# ref: ${{ github.ref }}
# running-workflow-name: 'wait-for-green-master'
# repo-token: ${{ secrets.NEPTUNE_BOT_ACCESS_TOKEN }}
# wait-interval: 60

build-neptune:
runs-on: ubuntu-latest
needs: [wait-for-green-master]
# needs: [wait-for-green-master]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -44,7 +44,7 @@ jobs:

build-neptune-client:
runs-on: ubuntu-latest
needs: [wait-for-green-master]
# needs: [wait-for-green-master]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit ba731c1

Please sign in to comment.