Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajkoti authored Mar 15, 2024
1 parent a962516 commit bfb477a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reuse-wf-check-rc-release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: (Reusable workflows) Check airflow provider RC releases and create testing branch

on: # yamllint disable-line rule:truthy
on: # yamllint disable-line rule:truthy
workflow_call:
inputs:
rc_testing_branch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-rc-release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Test providers RC releases

on: # yamllint disable-line rule:truthy
on: # yamllint disable-line rule:truthy
schedule:
- cron: "0 0,12 * * *"
workflow_dispatch:
Expand Down

0 comments on commit bfb477a

Please sign in to comment.