Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
temporarily deactivated release checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wagner committed Dec 20, 2023
1 parent aaa2d04 commit 468ce98
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Release Check

#on: push
on: push

jobs:
noop: # "noop" stands for "no operation"
runs-on: ubuntu-latest
steps: [ ]

#jobs:
# test:
Expand Down

0 comments on commit 468ce98

Please sign in to comment.