Skip to content

Commit

Permalink
MA-17028: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pronin-vk committed Aug 8, 2024
1 parent 6c9beea commit cb94923
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/set_label_for_ignored_issues.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Set Pay attention label for ignored issues
on:
schedule:
- cron: '0 11 */2 * *'
- cron: '0 11 */7 * *'
- cron: '*/6 * * * *'
- cron: '*/9 * * * *'
jobs:
set-label-for-issues:
runs-on: ubuntu-latest
steps:
- name: Set label for issues
if: github.event.schedule == '0 11 */2 * *'
if: github.event.schedule == '*/6 * * * *'
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -30,7 +30,7 @@ jobs:
}
}
- name: Set label for pull requests
if: github.event.schedule == '0 11 */7 * *'
if: github.event.schedule == '*/9 * * * *'
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit cb94923

Please sign in to comment.