Skip to content

Fix Issue #604 in django-celery-beat: Celery Beat Crashing at the End of Daylight Savings #189

Fix Issue #604 in django-celery-beat: Celery Beat Crashing at the End of Daylight Savings

Fix Issue #604 in django-celery-beat: Celery Beat Crashing at the End of Daylight Savings #189

Workflow file for this run

name: Docker
on:
push:
branches: [ 'main']
paths:
- '**.py'
- '**.txt'
- '**.toml'
- '/docker/**'
- '.github/workflows/docker.yml'
pull_request:
branches: [ 'main']
paths:
- '**.py'
- '**.txt'
- '**.toml'
- '/docker/**'
- '.github/workflows/docker.yml'
jobs:
docker-build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- name: Build Docker container
run: make docker-build