Skip to content

Commit

Permalink
autocheckcombos trigger only on originalMappings.csv edit and add bad…
Browse files Browse the repository at this point in the history
… 255 mapping for testing of pull workflow
  • Loading branch information
sealldeveloper committed Oct 17, 2024
1 parent 8d6c4e5 commit fe74bd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autocheckcombos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
branches:
- main
paths:
- 'data/**' # This will trigger for any file change in the data directory
- 'data/originalMappings.csv' # This will trigger for any file change in the data directory
pull_request:
branches:
- main
paths:
- 'data/**' # This will trigger for any file change in the data directory
- 'data/originalMappings.csv' # This will trigger for any file change in the data directory
schedule:
- cron: '0 0 1 * *' #once a month

Expand Down
2 changes: 1 addition & 1 deletion data/originalMappings.csv
Original file line number Diff line number Diff line change
Expand Up @@ -253,4 +253,4 @@
252,chr(ord(min(str(()in())))+len(str(credits)+str(hash)))
253,chr(sum(range(len(str(bin)))))
254,chr((not())+sum(range(len(str(bin)))))
255,chr((not())+(not())+sum(range(len(str(bin)))))
255,chr(ord(min(str(()in())))+len(str(credits)+str(hash))+(not())+(not())+(not()))

0 comments on commit fe74bd9

Please sign in to comment.