Skip to content

Commit

Permalink
disable auto docker build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Oct 31, 2024
1 parent 0077750 commit 47f3bd6
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,21 @@ concurrency:
cancel-in-progress: true

on:
pull_request:
branches:
- main
paths:
- 'Makefile'
- 'pyproject.toml'
- 'src/olmo_core/version.py'
- 'src/Dockerfile'
- '.github/workflows/docker.yml'
push:
branches:
- main
tags:
- 'v*.*.*'
# TODO: disabled for now because it takes too long in CI
# pull_request:
# branches:
# - main
# paths:
# - 'Makefile'
# - 'pyproject.toml'
# - 'src/olmo_core/version.py'
# - 'src/Dockerfile'
# - '.github/workflows/docker.yml'
# push:
# branches:
# - main
# tags:
# - 'v*.*.*'

jobs:
beaker:
Expand Down

0 comments on commit 47f3bd6

Please sign in to comment.