diff --git a/.github/workflows/percy-update-base.yml b/.github/workflows/percy-update-base.yml index 3c3592e46..39f3421e1 100644 --- a/.github/workflows/percy-update-base.yml +++ b/.github/workflows/percy-update-base.yml @@ -12,7 +12,7 @@ concurrency: jobs: percy: - # Prevents action from creating a PR on forks + # Prevent on forks because they don't have access to the secrets if: github.repository == 'carbon-design-system/carbon-web-components' runs-on: ubuntu-latest strategy: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1159c266f..a1ef9f039 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,7 +7,7 @@ on: jobs: publish: - # Prevents action from creating a PR on forks + # Prevent creating a release on forks if: github.repository == 'carbon-design-system/carbon-web-components' runs-on: ubuntu-latest steps: