Skip to content

Commit

Permalink
Trigger GitHub Actions refresh with minor change
Browse files Browse the repository at this point in the history
This commit introduces a trivial modification to force GitHub
to refresh and recognize the newly added workflow for automated
release creation. No functional changes are included; this is
solely to ensure the CI/CD pipeline correctly displays and
executes all workflows, including the recently merged
auto-release branch creator.

Modified the comment on scheduling cron job
Expecting GitHub Actions to now display the new workflow
Next steps: Verify workflow appears and manually trigger it
  • Loading branch information
s-bose7 committed Aug 17, 2024
1 parent c055805 commit 37b7a1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-branch-creation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "Auto create new release branch"
# Uncomment the schedule part when require weekly release
# Uncomment schedule cron when weekly release is required
# Make sure to comment out workflow_dispatch in that case
# on:
# schedule:
# - cron: "0 0 * * 0" # Runs at 00:00 every Sunday
Expand Down

0 comments on commit 37b7a1d

Please sign in to comment.