Skip to content

Commit

Permalink
Moving to just depending on the docker build job
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-o committed Oct 31, 2024
1 parent 943bc63 commit e2b5126
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/hive.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
# Runs the specified hive testing suites
name: Hive
on:
merge_group:
push:
branches: [main]
pull_request:
branches: ["*"]
paths-ignore:
- "crates/l2/**"
- 'README.md'
- 'LICENSE'
- "**/README.md"
- "**/docs/**"
workflow_run:
workflows: ["Docker Image"]
workflows: [Docker Image]
types:
- completed

Expand All @@ -27,7 +16,7 @@ env:
jobs:
run-hive:
name: ${{ matrix.name }}
needs: [docker-build]
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit e2b5126

Please sign in to comment.