Skip to content

Commit 572f259

Browse files
Only run deploy docs for me and damien
1 parent f2075c0 commit 572f259

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
types: [opened, synchronize, reopened, closed]
99
branches:
1010
- main
11-
- releaseV12-WIP
1211

1312
jobs:
1413
build_job:

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ on:
88
types: [opened, synchronize, reopened, closed]
99
branches:
1010
- main
11-
- releaseV12-WIP
1211

1312
jobs:
1413
build_and_deploy_job:
15-
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') && github.repository_owner == 'damienbod'
14+
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
1615
runs-on: ubuntu-latest
1716
name: Build and Deploy Job
1817
steps:
@@ -37,6 +36,7 @@ jobs:
3736
working-directory: docs/site/angular-auth-oidc-client
3837

3938
- name: Build And Deploy
39+
if: ${{ github.actor == 'damienbod' || github.actor == 'FabianGosebrink' }}
4040
id: builddeploy
4141
uses: Azure/static-web-apps-deploy@v1
4242
with:

0 commit comments

Comments
 (0)