Skip to content

Commit

Permalink
Don't github action ci on both PR and Push [#3733]
Browse files Browse the repository at this point in the history
  • Loading branch information
awwaiid committed Jul 29, 2023
1 parent d85cce4 commit 0a5b57d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/brakeman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: brakeman

on:
push:
pull_request:
paths-ignore:
- 'doc/**'
- '*.md'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/factory-bot-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: factory bot lint

on:
push:
pull_request:
paths-ignore:
- 'doc/**'
- '*.md'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/rspec-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: rspec-system

on:
push:
pull_request:
paths-ignore:
- 'doc/**'
- '*.md'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: rspec

on:
push:
pull_request:
paths-ignore:
- 'doc/**'
- '*.md'
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/ruby_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ on:
- 'doc/**'
- '*.md'
- 'bin/*'
pull_request:
paths-ignore:
- 'doc/**'
- '*.md'
- 'bin/*'

jobs:
ruby_lint:
Expand Down

0 comments on commit 0a5b57d

Please sign in to comment.