My Repos name: generate animation on: run automatically every 12 hours schedule: - cron: "0 */12 * * *" allows to manually run the job at any time workflow_dispatch: run on every push on the main branch push: branches: - main jobs: generate: runs-on: ubuntu-latest timeout-minutes: 10