Skip to content

Commit

Permalink
Add dependencies job
Browse files Browse the repository at this point in the history
  • Loading branch information
oauth2 committed Nov 30, 2023
1 parent 524d5fe commit 0a21fa7
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:

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

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

0 comments on commit 0a21fa7

Please sign in to comment.