Skip to content

Commit

Permalink
Edit Action title, Comment out cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Nov 21, 2024
1 parent 26281cf commit b9afbd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/conventional-commit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR Title Conventional Commit Validation
name: PR Title Checks

on:
pull_request:
Expand All @@ -8,8 +8,8 @@ jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
- name: PR Conventional Commit Validation
- name: Conventional Commit Validation
uses: ytanikin/[email protected]
with:
task_types: '["feat","fix","docs","test","ci","refactor","chore","revert"]'
task_types: '["feat","fix", "docs", "test", "ci", "refactor", "chore", "revert"]'
add_label: 'false'
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
workflow_dispatch:
# @TODO: byweekly check
# Run action at 16:15 PM on Monday (UTC)
schedule:
- cron: '15 16 * * 1'
# schedule:
# - cron: '15 16 * * 1'

# Sets the GITHUB_TOKEN permissions to allow release
permissions:
Expand Down

0 comments on commit b9afbd9

Please sign in to comment.