Skip to content

Commit d2a5879

Browse files
CI: fix unit test jobs (#139)
1 parent 2199e76 commit d2a5879

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.github/workflows/cron-jobs.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
schedule:
55
# At 00:00 every day
66
- cron: '0 0 * * *'
7+
pull_request:
8+
paths:
9+
- .github/workflows/cron-jobs.yaml
710

811
permissions:
912
contents: read
@@ -15,11 +18,6 @@ jobs:
1518
runs-on: ubuntu-latest
1619

1720
steps:
18-
- name: Harden Runner
19-
uses: step-security/harden-runner@v2
20-
with:
21-
egress-policy: audit
22-
2321
- name: Checking out repo
2422
uses: actions/checkout@v4
2523

.github/workflows/lint_and_unit_tests.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- name: Harden Runner
19-
uses: step-security/harden-runner@v2
20-
with:
21-
egress-policy: audit
22-
2318
- name: Check out code
2419
uses: actions/checkout@v4
2520

0 commit comments

Comments
 (0)