Skip to content

Commit

Permalink
bump to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balanza committed Nov 11, 2024
1 parent e8ba130 commit a3357a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.13.0
with:
repo: trento-project/photofinish
tag: v1.3.0
tag: v1.4.1
cache: enable
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -539,7 +539,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.13.0
with:
repo: trento-project/photofinish
tag: v1.3.0
tag: v1.4.1
cache: enable
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -614,7 +614,7 @@ jobs:
MIX_ENV: dev
CYPRESS_SSO_INTEGRATION_TESTS: true
CYPRESS_SSO_TYPE: saml
env: ${{ matrix.env }}
env: ${{ matrix.env }}
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.12.1
Expand Down Expand Up @@ -964,7 +964,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.13.0
with:
repo: trento-project/photofinish
tag: v1.3.0
tag: v1.4.1
cache: enable
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr_env.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pull request environment
name: Pull request environment

on:
pull_request:
Expand All @@ -8,7 +8,7 @@ on:
- labeled

env:
MANTAINERS: "[\"cdimonaco\", \"dottorblaster\", \"nelsonkopliku\", \"arbulu89\", \"jagabomb\", \"emaksy\", \"gagandeepb\", \"balanza\", \"janvhs\"]"
MANTAINERS: '["cdimonaco", "dottorblaster", "nelsonkopliku", "arbulu89", "jagabomb", "emaksy", "gagandeepb", "balanza", "janvhs"]'
PR_ENV_LABEL: env
PR_NUMBER: "${{ github.event.pull_request.number }}"

Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
uses: jaxxstorm/action-install-gh-release@v1.13.0
with:
repo: trento-project/photofinish
tag: v1.3.0
tag: v1.4.1
cache: enable
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -163,4 +163,4 @@ jobs:
photofinish run hana-diskless-sbd -u "https://$TRENTO_PR_ENV_URL/api/v1/collect"
photofinish run multi-tenant -u "https://$TRENTO_PR_ENV_URL/api/v1/collect"
photofinish run hana-scale-up-angi -u "https://$TRENTO_PR_ENV_URL/api/collect"
photofinish run java-system -u "https://$TRENTO_PR_ENV_URL/api/collect"
photofinish run java-system -u "https://$TRENTO_PR_ENV_URL/api/collect"

0 comments on commit a3357a0

Please sign in to comment.