mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Branch docs version for Godot 4.4
This commit is contained in:
8
.github/workflows/sync_class_ref.yml
vendored
8
.github/workflows/sync_class_ref.yml
vendored
@@ -2,12 +2,6 @@ name: Sync Class Reference
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# Scheduled updates only run on the default/master branch.
|
||||
# Other branches need to be run manually (usually after a new release for that branch).
|
||||
schedule:
|
||||
# Run it at (European) night time every Saturday.
|
||||
# The offset is there to try and avoid high load times.
|
||||
- cron: '15 3 * * 6'
|
||||
|
||||
# Make sure jobs cannot overlap.
|
||||
concurrency:
|
||||
@@ -23,7 +17,7 @@ jobs:
|
||||
runs-on: ubuntu-24.04
|
||||
timeout-minutes: 10
|
||||
env:
|
||||
engine_rev: 'master'
|
||||
engine_rev: '4.4'
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
Reference in New Issue
Block a user