Skip to content

Commit

Permalink
Changes to github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jleaniz committed Nov 19, 2024
1 parent adcaee0 commit 1891f88
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"]
gift_ppa_track: ["staging", "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"]
gift_ppa_track: ["staging", "stable"]
runs-on: ${{ matrix.os }}
steps:
- name: checkout
Expand Down

0 comments on commit 1891f88

Please sign in to comment.