Skip to content

Commit 49bfd46

Browse files
committed
Update GitHub Actions
1 parent b316c34 commit 49bfd46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ concurrency:
2323
jobs:
2424
# Build job
2525
build:
26+
if: github.repository == "seleniumbase/SeleniumBase"
2627
runs-on: ubuntu-latest
2728
steps:
2829
- name: Checkout
@@ -42,6 +43,7 @@ jobs:
4243
environment:
4344
name: github-pages
4445
url: ${{ steps.deployment.outputs.page_url }}
46+
if: github.repository == "seleniumbase/SeleniumBase"
4547
runs-on: ubuntu-latest
4648
needs: build
4749
steps:

0 commit comments

Comments
 (0)