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 4509a4d commit 7581e5aCopy full SHA for 7581e5a
.github/workflows/test.yml
@@ -17,3 +17,12 @@ jobs:
17
fail-fast: false
18
with:
19
os: ${{ matrix.os }}
20
+ # conditional nuts based on commit message includes a certain string
21
+ sandbox-nuts:
22
+ needs: [nuts, unit-tests]
23
+ if: contains(github.event.push.head_commit.message,'[sb-nuts]')
24
+ uses: salesforcecli/github-workflows/.github/workflows/nut.yml@main
25
+ secrets: inherit
26
+ with:
27
+ command: test:nuts:sandbox
28
+ os: ubuntu-latest
0 commit comments