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.
2 parents 9e53573 + 79cfc93 commit c19d86fCopy full SHA for c19d86f
.github/workflows/pages.yaml
@@ -25,18 +25,8 @@ concurrency:
25
26
jobs:
27
28
- delete-preview:
29
- if: github.event_name == 'pull_request' && github.event.action == 'closed'
30
- runs-on: ubuntu-latest
31
- steps:
32
- - uses: rossjrw/pr-preview-action@9f77b1d057b494e662c50b8ca40ecc63f21e0887 # v1
33
- with:
34
- action: remove
35
-
36
build:
37
runs-on: ubuntu-latest
38
- # only build on main or if the PR is open
39
- if: github.ref == 'refs/heads/main' || (github.event_name == 'pull_request' && github.event.action != 'closed')
40
steps:
41
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
42
with:
0 commit comments