Skip to content

Commit 9eb5654

Browse files
committed
ci codecov: re-enable other workflows
Codecov github action + help with configuring token from clj-commons github org admins (I don't have privs) seems to have worked.
1 parent 79879fc commit 9eb5654

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

.github/workflows/libs-test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Libs Test
22

3-
# on:
4-
# # allow this workflow to be called from other workflows, namely: publish
5-
# workflow_call:
6-
# push:
7-
# branches:
8-
# - main
9-
# pull_request:
10-
# branches:
11-
# - main
3+
on:
4+
# allow this workflow to be called from other workflows, namely: publish
5+
workflow_call:
6+
push:
7+
branches:
8+
- main
9+
pull_request:
10+
branches:
11+
- main
1212

1313
jobs:
1414
enumerate-libs:

.github/workflows/native-image-test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Native Image Tests
22

3-
# on:
4-
# # allow this workflow to be called from other workflows, namely: publish
5-
# workflow_call:
6-
# push:
7-
# branches:
8-
# - main
9-
# pull_request:
10-
# branches:
11-
# - main
3+
on:
4+
# allow this workflow to be called from other workflows, namely: publish
5+
workflow_call:
6+
push:
7+
branches:
8+
- main
9+
pull_request:
10+
branches:
11+
- main
1212

1313
jobs:
1414
build:

.github/workflows/unit-test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Unit Tests
22

3-
# on:
4-
# # allow this workflow to be called from other workflows, namely: publish
5-
# workflow_call:
6-
# push:
7-
# branches:
8-
# - main
9-
# pull_request:
10-
# branches:
11-
# - main
3+
on:
4+
# allow this workflow to be called from other workflows, namely: publish
5+
workflow_call:
6+
push:
7+
branches:
8+
- main
9+
pull_request:
10+
branches:
11+
- main
1212

1313
jobs:
1414
setup:

0 commit comments

Comments
 (0)