Skip to content

Commit

Permalink
Update nightly-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ankatiyar authored Feb 19, 2024
1 parent f7d2630 commit 8baf86c
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,22 @@ on:

jobs:
kedro-main-test:
uses: Wandalen/wretry.action@v1
with:
action: ./.github/workflows/all-checks.yml
with: |
branch: main
runs-on: ubuntu-latest
steps:
- uses: Wandalen/wretry.action@v1
with:
action: ./.github/workflows/all-checks.yml
with: |
branch: main
kedro-develop-test:
uses: Wandalen/wretry.action@v1
with:
action: ./.github/workflows/all-checks.yml
with: |
branch: develop
runs-on: ubuntu-latest
steps:
- uses: Wandalen/wretry.action@v1
with:
action: ./.github/workflows/all-checks.yml
with: |
branch: develop
notify-main:
permissions:
Expand Down

0 comments on commit 8baf86c

Please sign in to comment.