Skip to content

Commit

Permalink
Ci cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemnoel committed Jan 14, 2025
1 parent 3d7e65a commit d23d2eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/benchmark-pg_analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,10 @@
name: Benchmark pg_analytics

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- dev
- main
paths:
- ".github/workflows/benchmark-pg_analytics.yml"
- "src/**"
- "Cargo.toml"
- "pg_analytics.control"
schedule:
- cron: "1 0 * * 1,2,3,4,5" # Run once per day on weekdays (days of the week 1-5) at 00:01 UTC
push:
branches: # Also run on `dev` and `main` to store benchmark baselines in GitHub Artifacts for PRs to compare against
branches: # Also run on `dev` and `main` to fill the GitHub Actions Rust cache in a way that PRs can see it
- dev
- main
paths:
Expand Down Expand Up @@ -98,4 +90,4 @@ jobs:
- name: Notify Slack on Failure
if: failure() && (github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/main')
run: |
curl -X POST -H 'Content-type: application/json' --data '{"text":"Benchmark pg_analytics on ${{ matrix.name }} workflow failed in `paradedb/pg_analytics` -- investigate immediately!"}' ${{ secrets.SLACK_WEBHOOK_URL }}
curl -X POST -H 'Content-type: application/json' --data '{"text":"Benchmark pg_analytics on ${{ matrix.name }} workflow failed in `paradedb/paradedb` -- investigate immediately!"}' ${{ secrets.SLACK_WEBHOOK_URL }}
5 changes: 0 additions & 5 deletions .github/workflows/test-pg_analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ on:
- "**/*.rs"
- "**/*.toml"
workflow_dispatch:
inputs:
test_upgrade_version:
description: "Upcoming pg_analytics version to test upgrading against"
required: false
default: ""

concurrency:
group: test-pg_analytics-${{ github.head_ref || github.ref }}
Expand Down

0 comments on commit d23d2eb

Please sign in to comment.