Skip to content

Commit

Permalink
fix(gha): Hardcode repo name into action
Browse files Browse the repository at this point in the history
Signed-off-by: Altair-Bueno <altair.bueno@uma.es>
  • Loading branch information
Altair-Bueno committed Jul 6, 2023
1 parent 8273bec commit 7a402af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ on:
- cron: '0 1 * * *' # run at 1 AM UTC
workflow_dispatch:

env:
GITHUB_REPOSITORY: eclipse-ditto/ditto
jobs:
build:
if: github.repository == ${{ env.GITHUB_REPOSITORY }}
if: github.repository == 'eclipse-ditto/ditto'
runs-on: ubuntu-latest
steps:
-
Expand Down

0 comments on commit 7a402af

Please sign in to comment.