Skip to content

Commit

Permalink
Merge branch 'trunk' into renovate/docker-build-push-action-digest
Browse files Browse the repository at this point in the history
  • Loading branch information
iodeslykos authored Jan 20, 2025
2 parents 6531a4d + 6dd5773 commit 1a57162
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@ on:
schedule:
- cron: '45 16 * * 4' # Every Thursday at 16:45 UTC.
push:
branches:
- 'trunk'
branches: ['trunk']
pull_request:
paths:
- 'base/**/Dockerfile'
- 'tools/**/Dockerfile'
workflow_dispatch:
inputs:
build_experimental_images:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb
- uses: actions/setup-python@3fddbee7870211eda9047db10474808be43c71ec
- uses: pre-commit/action@576ff52938d158a24ac7e009dfa94b1455e7df99
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1

0 comments on commit 1a57162

Please sign in to comment.