Skip to content

Commit

Permalink
Remove dependecies jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
oauth2 committed Nov 30, 2023
1 parent 0956855 commit 524d5fe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,3 @@ jobs:
path: |
*_amd64.deb
*.x86_64.rpm
release:
runs-on: ubuntu-latest
needs: nfpm
steps:
- name: Download Prometheus Artifacts
uses: actions/download-artifact@v3
with:
name: packages

- name: Upload to release
uses: pyTooling/Actions/releaser@r0
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: |
*.deb
*.rpm
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ on:
jobs:
build-packages-workflow:
uses: ./.github/workflows/build.yml

release:
runs-on: ubuntu-latest
needs: nfpm
steps:
- name: Download Prometheus Artifacts
uses: actions/download-artifact@v3
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:

rpm-packages:
runs-on: ubuntu-latest
needs: nfpm
steps:
- name: Download Prometheus Artifacts
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 524d5fe

Please sign in to comment.