We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b183dc2 commit 437690dCopy full SHA for 437690d
.github/workflows/test.yml
@@ -24,3 +24,12 @@ jobs:
24
fail-fast: false
25
with:
26
os: ${{ matrix.os }}
27
+ # conditional nuts based on commit message includes a certain string
28
+ sandbox-nuts:
29
+ needs: [nuts, linux-unit-tests, windows-unit-tests]
30
+ if: contains(github.event.push.head_commit.message,'[sb-nuts]')
31
+ uses: salesforcecli/github-workflows/.github/workflows/nut.yml@main
32
+ secrets: inherit
33
+ with:
34
+ command: test:nuts:sandbox
35
+ os: ubuntu-latest
0 commit comments