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.
1 parent 2199e76 commit d2a5879Copy full SHA for d2a5879
.github/workflows/cron-jobs.yaml
@@ -4,6 +4,9 @@ on:
4
schedule:
5
# At 00:00 every day
6
- cron: '0 0 * * *'
7
+ pull_request:
8
+ paths:
9
+ - .github/workflows/cron-jobs.yaml
10
11
permissions:
12
contents: read
@@ -15,11 +18,6 @@ jobs:
15
18
runs-on: ubuntu-latest
16
19
17
20
steps:
- - name: Harden Runner
- uses: step-security/harden-runner@v2
- with:
21
- egress-policy: audit
22
-
23
- name: Checking out repo
24
uses: actions/checkout@v4
25
.github/workflows/lint_and_unit_tests.yaml
@@ -15,11 +15,6 @@ jobs:
- name: Check out code
0 commit comments