Skip to content

Commit

Permalink
Disable broken test workflow, avoiding false negatives
Browse files Browse the repository at this point in the history
  • Loading branch information
johannessen committed Dec 12, 2024
1 parent c2a6381 commit 1e4b85d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: test-rest-neo4p
on:
workflow_dispatch:
push:
branches:
- master
# - master
pull_request:
branches:
- master
# - master
jobs:
do:
runs-on: ubuntu-latest
Expand Down

1 comment on commit 1e4b85d

@johannessen
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This didn’t actually work – I guess GH defaults to master if no branches are given… 🙃

But it turns out GH has a button in the Actions UI to disable a workflow, so this commit wasn’t even needed.

Please sign in to comment.