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 ab090e7 commit 17754a0Copy full SHA for 17754a0
.github/workflows/configlet-sync.yml
@@ -5,9 +5,6 @@ on:
5
schedule:
6
- cron: '0 0 15 * *'
7
8
-env:
9
- EXECUTE_SECOND_JOB: true # Change to false to disable the second job
10
-
11
jobs:
12
sync-docs-metadata:
13
runs-on: ubuntu-latest
@@ -37,14 +34,6 @@ jobs:
37
34
needs: sync-docs-metadata
38
35
39
36
steps:
40
- - name: Check if second job should run
41
- run: |
42
- echo "EXECUTE_SECOND_JOB=${{ env.EXECUTE_SECOND_JOB }}"
43
- if [[ "${{ env.EXECUTE_SECOND_JOB }}" != "true" ]]; then
44
- echo "Skipping test sync job as EXECUTE_SECOND_JOB is not true"
45
- exit 0
46
- fi
47
48
- name: Checkout repository
49
uses: actions/checkout@v4
50
0 commit comments