Skip to content

Commit

Permalink
refactor: cron docker
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani committed Jun 1, 2023
1 parent 0dc1f6b commit 6ceee93
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
name: 🐳 Docker

on:
push:
branches: [ main ]

pull_request:
branches: [ '**' ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
schedule:
- cron: '0 0 * * *'

jobs:
build-docker:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' }}

env:
DOCKER_BUILDKIT: 1
Expand Down

0 comments on commit 6ceee93

Please sign in to comment.