Skip to content

Commit

Permalink
revert ci change
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Jan 14, 2024
1 parent 0cdf2b8 commit d62076d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ on:
tags:
- "[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+"
branches:
- "release**"
- "main**"
branches: ["*"]
pull_request:
types:
- opened
Expand Down Expand Up @@ -168,4 +166,4 @@ jobs:
- name: rescue
if: always()
working-directory: ./tools/rescue
run: RUST_MIN_STACK=104857600 cargo test --no-fail-fast -- --test-threads=1
run: RUST_MIN_STACK=104857600 cargo test --no-fail-fast -- --test-threads=1

0 comments on commit d62076d

Please sign in to comment.