We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba2070 commit 2b5273cCopy full SHA for 2b5273c
.github/workflows/check-for-resources-update.yml
@@ -5,12 +5,13 @@ on:
5
- cron: 0 0 * * 0 # At 00:00 on Sunday, see https://crontab.guru/#0_0_*_*_0
6
7
permissions:
8
- contents: write
9
- pull-requests: write
+ contents: write
+ pull-requests: write
10
11
jobs:
12
check-for-resources-update:
13
runs-on: ubuntu-latest
14
+ if: ${{ github.repository == 'vuejs/eslint-plugin-vue' }}
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v4
0 commit comments