Skip to content

Commit

Permalink
Test commit (remove before merge)
Browse files Browse the repository at this point in the history
  • Loading branch information
mildas committed May 21, 2024
1 parent 7d477c5 commit 4426867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compare-ds.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Compare DS
on:
pull_request_target:
pull_request:
branches: [ master, 'stabilization*' ]
jobs:
build-content:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

- name: {{{ rule_title }}} - Select authselect profile
ansible.builtin.command:
cmd: authselect select "{{ var_authselect_profile }}"
cmd: authselect select "{{ var_authselect_profile }}"; echo 1
register: result_authselect_select
# The authselect can return these exit codes:
# • 0: Success.
Expand Down

0 comments on commit 4426867

Please sign in to comment.