Skip to content

Commit

Permalink
Fix redundant workflow runs on pull requests, disable pausing communi…
Browse files Browse the repository at this point in the history
…ty contributions (#505)
  • Loading branch information
ryanplusplus authored Sep 8, 2024
1 parent a367401 commit ac5101f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 27 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/check-formatting.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Check Formatting

on: [push, pull_request]
on:
push:
branches:
- main

pull_request:

jobs:
check-formatting:
Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/pause-community-contributions.yml

This file was deleted.

7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Test

on: [push, pull_request]
on:
push:
branches:
- main

pull_request:

jobs:
test:
Expand Down

0 comments on commit ac5101f

Please sign in to comment.