We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8468c4e commit 4b59687Copy full SHA for 4b59687
.github/workflows/test-build.yaml
@@ -17,9 +17,6 @@ jobs:
17
test-deploy:
18
name: Test build
19
runs-on: ubuntu-latest
20
- # Skip on bot-created PRs — those are tested synchronously by update-submodule.yaml
21
- # before the PR is opened, so a second run here would be redundant.
22
- if: github.actor != 'github-actions[bot]'
23
steps:
24
- uses: actions/checkout@v4
25
with:
0 commit comments