Skip to content

Commit

Permalink
Revert stress test.
Browse files Browse the repository at this point in the history
  • Loading branch information
fchirica committed Oct 17, 2023
1 parent 926c745 commit 421ec5c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ concurrency:
jobs:
build:
name: Benchmarks
runs-on: ubuntu-latest
runs-on: benchmark
timeout-minutes: 60
strategy:
fail-fast: false
Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
name: 🧪 test

on:
push:
paths-ignore:
- '**.md'
branches:
- long_lived/**
- main
- release/**
tags:
- '**'
pull_request:
paths-ignore:
- '**.md'
branches:
- '**'
workflow_dispatch: null

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}-${{ github.event_name }}--${{ (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/') || startsWith(github.ref, 'refs/heads/long_lived/')) && github.sha || '' }}
cancel-in-progress: true
Expand Down

0 comments on commit 421ec5c

Please sign in to comment.