Browse Source

Remove checks for repository_owner

pull/1605/head
Andreas Waider 1 year ago
parent
commit
938139fec9
  1. 1
      .github/workflows/codeql.yml
  2. 1
      .github/workflows/deploy-development.yml
  3. 1
      .github/workflows/deploy-nightly.yml
  4. 1
      .github/workflows/deploy.yml
  5. 1
      .github/workflows/lint.yml
  6. 1
      .github/workflows/npm-update-bot.yml
  7. 1
      .github/workflows/stale.yml

1
.github/workflows/codeql.yml

@ -12,7 +12,6 @@ jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
if: github.repository_owner == 'wg-easy'
permissions:
actions: read
contents: read

1
.github/workflows/deploy-development.yml

@ -7,7 +7,6 @@ jobs:
deploy:
name: Build & Deploy
runs-on: ubuntu-latest
if: github.repository_owner == 'wg-easy'
permissions:
packages: write
contents: read

1
.github/workflows/deploy-nightly.yml

@ -9,7 +9,6 @@ jobs:
deploy:
name: Build & Deploy
runs-on: ubuntu-latest
if: github.repository_owner == 'wg-easy'
permissions:
packages: write
contents: read

1
.github/workflows/deploy.yml

@ -10,7 +10,6 @@ jobs:
deploy:
name: Build & Deploy
runs-on: ubuntu-latest
if: github.repository_owner == 'wg-easy'
permissions:
packages: write
contents: read

1
.github/workflows/lint.yml

@ -11,7 +11,6 @@ jobs:
lint:
name: Lint
runs-on: ubuntu-latest
if: github.repository_owner == 'wg-easy'
steps:
- name: Checkout repository
uses: actions/checkout@v4

1
.github/workflows/npm-update-bot.yml

@ -10,7 +10,6 @@ jobs:
npmupbot:
name: NPM Update Bot 🤖
runs-on: ubuntu-latest
if: github.repository_owner == 'wg-easy'
steps:
- name: Checkout repository
uses: actions/checkout@v4

1
.github/workflows/stale.yml

@ -14,7 +14,6 @@ jobs:
stale:
runs-on: ubuntu-latest
if: github.repository_owner == 'wg-easy'
permissions:
issues: write
pull-requests: write

Loading…
Cancel
Save