Skip to content

Commit

Permalink
Updates to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jleaniz committed Nov 18, 2024
1 parent 3e02e9b commit 136a995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
os:
- ubuntu-24.04
gift_ppa_track: ["stable", "staging"]
gift_ppa_track: ["stable"]
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
os:
- ubuntu-24.04
gift_ppa_track: ["stable", "staging"]
gift_ppa_track: ["stable"]
runs-on: ${{ matrix.os }}
steps:
- name: checkout
Expand Down

0 comments on commit 136a995

Please sign in to comment.