Skip to content

Commit

Permalink
Do not run tests requireing API keys when author is dependabot (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
btschwertfeger authored Nov 25, 2024
1 parent be01e9e commit 8fea06c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
##
## (private endpoints)
Test-Spot-Private:
if: success() && github.actor != 'dependabot[bot]'
needs: [Pre-Commit]
uses: ./.github/workflows/_test_spot_private.yaml
strategy:
Expand Down Expand Up @@ -149,6 +150,7 @@ jobs:
##
## (private endpoints)
Test-NFT-Private:
if: success() && github.actor != 'dependabot[bot]'
needs: [Test-Spot-Private]
uses: ./.github/workflows/_test_nft_private.yaml
strategy:
Expand Down Expand Up @@ -180,6 +182,7 @@ jobs:
##
## (private endpoints)
Test-Futures-Private:
if: success() && github.actor != 'dependabot[bot]'
needs: [Pre-Commit]
uses: ./.github/workflows/_test_futures_private.yaml
strategy:
Expand Down

0 comments on commit 8fea06c

Please sign in to comment.