Skip to content

Commit

Permalink
fixed if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
orlov-a committed Feb 7, 2024
1 parent 5cfceae commit dae7b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
TF_VAR_selectel_user_admin_user: ${{ secrets.SERVICE_USER }}
TF_VAR_selectel_user_admin_password: ${{ secrets.SERVICE_PASSWORD }}
terraform_remote_state_address: ${{ secrets.GITLAB_STATE_ADDRESS }}
if: ${{ github.ref == "refs/heads/main" || github.event_name == "workflow_dispatch" }}
if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch' }}

steps:
- name: Checkout the repo
Expand Down

0 comments on commit dae7b16

Please sign in to comment.