Skip to content

use submodules in benchmark-sql #986

use submodules in benchmark-sql

use submodules in benchmark-sql #986

Workflow file for this run

name: PR SQL Benchmarks
on:
pull_request:
types: [ labeled, synchronize ]
branches: [ "develop" ]
workflow_dispatch: { }
permissions:
actions: write
contents: read
pull-requests: write
id-token: write
jobs:
label_trigger:
runs-on: ubuntu-latest
if: ${{ contains(github.event.head_commit.message, '[benchmark-sql]') || github.event.label.name == 'benchmark-sql' && github.event_name == 'pull_request' }}
steps:
# We remove the benchmark label first so that the workflow can be re-triggered.
- uses: actions-ecosystem/action-remove-labels@v1
with:
labels: benchmark-sql
sql:
needs: label_trigger
uses: ./.github/workflows/sql-benchmarks.yml

Check failure on line 27 in .github/workflows/sql-pr.yml

View workflow run for this annotation

GitHub Actions / PR SQL Benchmarks

Invalid workflow file

The workflow is not valid. In .github/workflows/sql-pr.yml (Line: 27, Col: 11): Error from called workflow spiraldb/vortex/.github/workflows/sql-benchmarks.yml@8d76e3f163ca848ca92ce6847c639ad9b9b6fecc (Line: 47, Col: 9): Unexpected value 'shell' In .github/workflows/sql-pr.yml (Line: 27, Col: 11): Error from called workflow spiraldb/vortex/.github/workflows/sql-benchmarks.yml@8d76e3f163ca848ca92ce6847c639ad9b9b6fecc (Line: 55, Col: 9): Unexpected value 'run'
secrets: inherit
with:
mode: 'pr'