Skip to content

Commit

Permalink
breaking(integration_test_charm.yaml): Run juju 3.6 tests on all GitH…
Browse files Browse the repository at this point in the history
…ub Actions events (#252)

This reverts commit c0eccd0.

Juju 3.6 is now stable
  • Loading branch information
carlcsaposs-canonical authored Dec 5, 2024
1 parent 7dc1728 commit 8ec5cc7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/integration_test_charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ jobs:
# (In the UI, when this workflow is called with a matrix, GitHub will separate each matrix
# combination and preserve job ordering within a matrix combination.)
name: ${{ inputs.juju-agent-version || inputs.juju-snap-channel }} | ${{ inputs.architecture }} | Collect integration test groups
# Only run juju 3.6 tests on `schedule`
# Temporary while juju 3.6 is unstable (to avoid blocking PRs but collect data on nightly CI)
if: ${{ !startsWith(inputs.juju-snap-channel, '3.6/') || github.event_name == 'schedule'}}
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
Expand Down

0 comments on commit 8ec5cc7

Please sign in to comment.