Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Sep 14, 2024
1 parent 858e708 commit 2840762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: npx nx run backend-api7:e2e

api7-latest:
runs-on: ubuntu-lastet
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'test/api7-latest') || github.event_name == 'push'
env:
BACKEND_API7_DOWNLOAD_URL: ${{ secrets.BACKEND_API7_LATEST_DOWNLOAD_URL }}
Expand Down

0 comments on commit 2840762

Please sign in to comment.