We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4562fc1 commit ac5ee62Copy full SHA for ac5ee62
1 file changed
.github/workflows/run-smoke-test.yml
@@ -10,6 +10,7 @@ jobs:
10
smoke-test:
11
name: Build SDK and run smoke test
12
runs-on: ubuntu-latest
13
+ if: github.ref == 'refs/heads/main'
14
steps:
15
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
16
0 commit comments