diff --git a/.github/workflows/dashboard.yml b/.github/workflows/dashboard.yml index 396ba0c3a..8de7e00c0 100644 --- a/.github/workflows/dashboard.yml +++ b/.github/workflows/dashboard.yml @@ -9,7 +9,7 @@ on: jobs: build: # This should only run in one place. - if: contains(github.repository, 'aws/s2n-quic') + if: contains(github.repository, 'dougch/s2n-quic') runs-on: ubuntu-latest permissions: contents: write