Skip to content

Commit

Permalink
Merge pull request #81 from sonomirco/dev/mibi/remove-actions
Browse files Browse the repository at this point in the history
Final test
  • Loading branch information
sonomirco authored Sep 11, 2023
2 parents 25ad4f4 + a039fd7 commit e72c97a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .github/validate_comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,6 @@ def validate_checklist():
sys.exit(1)

# By default, a script that completes without any errors will exit with a status of 0, which indicates success.

if __name__ == "__main__":
validate_checklist()
2 changes: 1 addition & 1 deletion .github/workflows/add_and_commit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Add a commit

on:
push:
workflow_dispatch:

jobs:
job_1:
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/check-checklist.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/check-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Validate PR Comment

on:
issue_comment:
branches:
- develop
- main

jobs:
validate:
Expand Down

0 comments on commit e72c97a

Please sign in to comment.