diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index f1be4fa59..de80b078e 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -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 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 6acc58eef..6e08abee9 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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