Skip to content

Commit ba9c17b

Browse files
committed
chore: remove query input from juju-wait-for
1 parent 3e276ac commit ba9c17b

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

.github/actions/juju-wait-for/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ inputs:
1212
name:
1313
description: "The name of the resource to wait for"
1414
required: true
15-
query:
16-
description: "Optional query string for filtering (Juju 3.x only)"
17-
required: false
1815
timeout_minutes:
1916
description: "Timeout duration in minutes"
2017
required: false

.github/actions/setup-jimm/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ runs:
6464
type: model
6565
name: iam
6666
timeout_minutes: 1
67-
query: 'forEach(applications, app => (app.name == "kratos-external-idp-integrator" && app.status=="blocked") || (app.name != "kratos-external-idp-integrator" && app.status=="active"))'
6867
- name: Create IAM offers for cross-model relations
6968
shell: bash
7069
run: |

.github/actions/setup-machine-charm/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ runs:
7171
name: dashboard
7272
timeout_minutes: 1
7373
status: blocked
74-
query: 'name=="dashboard" && status=="blocked"' # The charm will be blocked when it needs the relation to the controller.
7574
- name: Integrate charm
7675
run: juju integrate '${{ inputs.controller-app }}' dashboard
7776
shell: bash

0 commit comments

Comments
 (0)