Skip to content

Commit

Permalink
Update ci-image.yml to use environment variable for RunCI check
Browse files Browse the repository at this point in the history
  • Loading branch information
Carbrex committed Jun 28, 2024
1 parent 751f1fa commit f5be783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
packages: write

# only run if the repository is lichess-org/lila-docker or a variable RunCI is set to true
if: github.repository == 'lichess-org/lila-docker' || ${{ env.RunCI }} == 'true'
if: github.repository == 'lichess-org/lila-docker' || ${{ vars.RunCI }} == 'true'
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Echo message
run: echo "Triggering webhook for gitpod prebuilds "
run: echo "Triggering webhook for gitpod prebuilds"

0 comments on commit f5be783

Please sign in to comment.