Skip to content

Commit 3269a96

Browse files
committed
Update GitHub Actions
1 parent 49bfd46 commit 3269a96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323
jobs:
2424
# Build job
2525
build:
26-
if: github.repository == "seleniumbase/SeleniumBase"
26+
if: github.repository == 'seleniumbase/SeleniumBase'
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
@@ -43,7 +43,7 @@ jobs:
4343
environment:
4444
name: github-pages
4545
url: ${{ steps.deployment.outputs.page_url }}
46-
if: github.repository == "seleniumbase/SeleniumBase"
46+
if: github.repository == 'seleniumbase/SeleniumBase'
4747
runs-on: ubuntu-latest
4848
needs: build
4949
steps:

0 commit comments

Comments
 (0)