Skip to content

Commit

Permalink
chore: fix GH workflow for compatiblity tests and docker images (#1671)
Browse files Browse the repository at this point in the history
fix GH workflow for nightly tests and docker publishing
  • Loading branch information
bermuell authored Mar 1, 2024
1 parent ac4be7b commit 30dfbab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ name: Docker Publish
on:
push:
branches:
- main
- 'main'
- 'releases/**'
tags:
- "v[0-9]+.[0-9]+.[0-9]+" # Push events matching tag versions as v3.0.0
- "v[0-9]+.[0-9]+.[0-9]+-lsm" # Push events matching '-lsm' postfix tags
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
compatibility-test:
runs-on: ubuntu-latest
timeout-minutes: 20
timeout-minutes: 120
steps:
- uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 30dfbab

Please sign in to comment.