Skip to content

Commit

Permalink
GitHub Actions fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexthomas93 committed Sep 10, 2024
1 parent c340edb commit 818d810
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run E2E tests
name: 'Run E2E tests'
on:
workflow_call:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-e2e-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Neo4j-GenAI PR E2E Tests
name: 'Neo4j-GenAI PR E2E Tests'

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-unit-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name:name: Neo4j-GenAI Scheduled Unit Tests
name:name: 'Neo4j-GenAI Scheduled Unit Tests'
on: pull_request

jobs:
Expand Down

0 comments on commit 818d810

Please sign in to comment.