From 423bf579d94b67be87bc2f8e68761134fb32bedd Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Mon, 7 Dec 2020 09:54:36 -0800 Subject: [PATCH] add control structure --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index c5ba141..ea09543 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -5,7 +5,7 @@ on: pull_request: [] jobs: build-website: - if: !endsWith(github.repository, '/styles') + if: ${{ !endsWith(github.repository, '/styles') }} runs-on: ubuntu-latest defaults: run: -- 2.30.2