Skip to content

Commit 17754a0

Browse files
committed
removing env toggle for second job
1 parent ab090e7 commit 17754a0

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/configlet-sync.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
schedule:
66
- cron: '0 0 15 * *'
77

8-
env:
9-
EXECUTE_SECOND_JOB: true # Change to false to disable the second job
10-
118
jobs:
129
sync-docs-metadata:
1310
runs-on: ubuntu-latest
@@ -37,14 +34,6 @@ jobs:
3734
needs: sync-docs-metadata
3835

3936
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-
4837
- name: Checkout repository
4938
uses: actions/checkout@v4
5039

0 commit comments

Comments
 (0)