This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Skip double building on Dependabot branches (
#24025
)
closed-social-glitch-2
Nick Schonning
1 year ago
committed by
GitHub
parent
e594bb7d50
commit
fb13f37475
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
2 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
.github/workflows/rebase-needed.yml
+2
-0
.github/workflows/test-ruby.yml
+ 4
- 0
.github/workflows/rebase-needed.yml
View File
@ -2,7 +2,11 @@ name: PR Needs Rebase
on
:
push:
branches-ignore:
-
'dependabot/**'
pull_request_target:
branches-ignore:
-
'dependabot/**'
types
:
[
synchronize]
permissions:
+ 2
- 0
.github/workflows/test-ruby.yml
View File
@ -2,6 +2,8 @@ name: Ruby Testing
on
:
push:
branches-ignore:
-
'dependabot/**'
pull_request:
env:
Write
Preview
Loading…
Cancel
Save