Skip to content

Commit 0b3ffb0

Browse files
authored
Merge pull request #181 from typedclojure/branch-protection-status
add job for branch protection status PR head: 5444830
2 parents c27e556 + 5444830 commit 0b3ffb0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/ca.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
CLOJURE_CLI_VERSION: "1.11.1.1347"
77

88
jobs:
9-
build:
9+
check-ca:
1010
if: (github.actor != 'frenchy64' || github.actor != 'dependabot') && github.repository == 'typedclojure/typedclojure'
1111
runs-on: ubuntu-latest
1212
steps:

.github/workflows/clj.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,13 @@ jobs:
8080
- run: bb --version
8181
- run: ./script-test/test_runner.clj
8282
- run: ./script/check_docs.clj
83-
deploy:
83+
all-pr-checks:
8484
needs: test
85+
runs-on: ubuntu-24.04
86+
steps:
87+
- run: echo "All tests pass!"
88+
deploy:
89+
needs: all-pr-checks
8590
if: ${{ github.ref == 'refs/heads/main'
8691
&& github.repository == 'typedclojure/typedclojure'
8792
&& github.event_name == 'push'

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy