ci: remove concurrency for labeler (#11691)
Ilya Mashchenko committed
Oct 21, 2021 at 11:27 UTC
27c1849883f78c5813c30765384d57078aaa77dc
1 file changed
+1
-4
.github/workflows/labeler.yml
+1
-4
@@ -3,12 +3,9 @@
3
name: Pull Request Labeler
4
on:
5
schedule:
6
- - cron: '*/5 * * * *'
6
+ - cron: '*/10 * * * *'
7
env:
8
DO_NOT_TRACK: 1
9
-concurrency:
10
- group: labeller
11
- cancel-in-progress: true
9
jobs:
10
labeler:
11
runs-on: ubuntu-latest