Skip to content

Commit

Permalink
Merge pull request #819 from CodeForPhilly/lebovits/temporarily-disab…
Browse files Browse the repository at this point in the history
…le-release-workflows

Lebovits/temporarily disable release workflows
  • Loading branch information
nlebovits authored Jul 19, 2024
2 parents cd24b38 + 6db276f commit 521c892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ name: Release Drafter

jobs:
update_release_draft:
if: false
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: Release

jobs:
release:
if: false
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 521c892

Please sign in to comment.