Skip to content

Commit

Permalink
ci codecov: re-enable other workflows (#271)
Browse files Browse the repository at this point in the history
Codecov github action + help with configuring token from clj-commons
github org admins (I don't have privs) seems to have worked.
  • Loading branch information
lread authored May 1, 2024
1 parent 79879fc commit ef5fc2e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/libs-test.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Libs Test

# on:
# # allow this workflow to be called from other workflows, namely: publish
# workflow_call:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main
on:
# allow this workflow to be called from other workflows, namely: publish
workflow_call:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
enumerate-libs:
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/native-image-test.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Native Image Tests

# on:
# # allow this workflow to be called from other workflows, namely: publish
# workflow_call:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main
on:
# allow this workflow to be called from other workflows, namely: publish
workflow_call:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Unit Tests

# on:
# # allow this workflow to be called from other workflows, namely: publish
# workflow_call:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main
on:
# allow this workflow to be called from other workflows, namely: publish
workflow_call:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
setup:
Expand Down

0 comments on commit ef5fc2e

Please sign in to comment.