Skip to content

Commit

Permalink
fix: Correct org name in nightly_e2e job (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
Callisto13 authored Jun 8, 2022
1 parent 45e1d23 commit 92eb4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
e2e:
runs-on: ubuntu-latest
if: ${{ github.event_name != 'pull_request' && github.repository_owner == 'weaveworks' }}
if: ${{ github.event_name != 'pull_request' && github.repository_owner == 'weaveworks-liquidmetal' }}
env:
PROJECT_NAME: "flintlock_nightly_e2e"
name: e2e tests
Expand Down

0 comments on commit 92eb4c8

Please sign in to comment.