Skip to content

Commit 7614034

Browse files
authored
Update update_json_date.yml
1 parent 0f06725 commit 7614034

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/update_json_date.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
- 'json/*.json'
77
types: [opened, synchronize, reopened]
88

9-
schedule:
10-
- cron: '0 */2 * * *' # Alle 2 Stunden
11-
129
jobs:
1310
update_json:
1411
runs-on: ubuntu-latest
@@ -17,7 +14,7 @@ jobs:
1714
- name: Check out repository
1815
uses: actions/checkout@v4
1916
with:
20-
ref: ${{ github.head_ref }} # Stellt sicher, dass der PR-Branch ausgecheckt wird
17+
ref: ${{ github.head_ref }}
2118

2219
- name: Configure Git user
2320
run: |

0 commit comments

Comments
 (0)