From 1cf346c705a369bdfc61f44d333b34471d4229ae Mon Sep 17 00:00:00 2001 From: Splitter Date: Wed, 8 Nov 2023 14:33:18 +0000 Subject: [PATCH] ci: fix/rename --- .github/workflows/import-notebooks.yml | 2 +- .github/workflows/import-publications.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/import-notebooks.yml b/.github/workflows/import-notebooks.yml index ee86227..bdf9ee1 100644 --- a/.github/workflows/import-notebooks.yml +++ b/.github/workflows/import-notebooks.yml @@ -17,7 +17,7 @@ on: jobs: wowchemy: - if: github.repository_owner != 'wowchemy' + if: github.repository_owner != 'HugoBlox' runs-on: ubuntu-latest steps: - name: Checkout the repo diff --git a/.github/workflows/import-publications.yml b/.github/workflows/import-publications.yml index fb1af85..675c2ba 100644 --- a/.github/workflows/import-publications.yml +++ b/.github/workflows/import-publications.yml @@ -17,7 +17,7 @@ on: jobs: wowchemy: - if: github.repository_owner != 'wowchemy' + if: github.repository_owner != 'HugoBlox' runs-on: ubuntu-latest steps: - name: Checkout the repo