1
0
mirror of synced 2026-01-30 16:01:55 -05:00

source-postgres ci improvements: fix testing workflow (#31538)

This commit is contained in:
Augustin
2023-10-18 11:50:22 +02:00
committed by GitHub
parent 44baf92d98
commit 85d135cb7f

View File

@@ -9,7 +9,7 @@ name: source-postgres ci - for testing only
on:
schedule:
# Run three time a day to collect performance metrics and observe variance
- cron: "0 8,12,16 * * *"
- cron: "0 9,13,17 * * *"
workflow_dispatch:
inputs:
runner:
@@ -30,8 +30,7 @@ jobs:
shell: bash
run: echo "branch=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT
id: extract_branch
- name: Test source-postgres [WORKFLOW DISPATCH]
if: github.event_name == 'workflow_dispatch'
- name: Test source-postgres
uses: ./.github/actions/run-dagger-pipeline
with:
context: "master"