-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
gh-119146: Update regexp
in build.yml
to not trigger the jobs on *.md
and *.ini
files.
#120435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
f45af4b
first try to fix that
Eclips4 54cba29
second try to fix that
Eclips4 dd4445e
third try to fix that
Eclips4 d0ea26e
is the first option resolves that?
Eclips4 7189466
Remove all of my changes
Eclips4 943de2b
fourth try to fix that
Eclips4 a9dec9b
Is this really working?
Eclips4 d5936ad
Revert my changes to make sure
Eclips4 a4ff900
Change the regex
Eclips4 b978473
oh..
Eclips4 ecd9cd7
another try
Eclips4 4229dbe
let's try this
Eclips4 c7d9294
this should work
Eclips4 a9f3ecc
and this
Eclips4 cfb1f8a
I guess this is the final commit
Eclips4 52134ee
i hate this regex
Eclips4 4c8508a
please
10000
Eclips4 7317379
...
Eclips4 46a20f9
Seems I finally found the solution
Eclips4 06b8b72
try to trigger workflo
Eclips4 b578b69
Yes, it's works!
Eclips4 d477365
Last commit.
Eclips4 8a799d7
Update .github/workflows/build.yml
Eclips4 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Is this really working?
- Loading branch information
commit a9dec9b5707e1b5c31c7f14bea16a12d0271a198
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
target-version = "py310" | ||
fix = true | ||
|
||
|
||
[lint] | ||
select = [ | ||
"F", # Enable all pyflakes rules | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.