Skip to content

Commit

Permalink
Allow CI tests to run on PRs from external contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
jayohms authored Feb 26, 2025
1 parent dc6ec2f commit 07173f6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: CI

on: [push]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
push:
branches:
- main
pull_request:

jobs:
test:
Expand Down

0 comments on commit 07173f6

Please sign in to comment.