Skip to content

Commit

Permalink
Merge pull request #520 from OpenBankingToolkit/982-investigate-oom-i…
Browse files Browse the repository at this point in the history
…ssues

983: Investigate OOM Issues
  • Loading branch information
shaunharrisonFR authored Sep 6, 2023
2 parents 0ef29bd + bcf7f3a commit f33cb95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ui-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
git commit --allow-empty -m "Bumping Bank & Register UI version ${{ steps.version.outputs.BUILD_VERSION }}"
- name: Temporarily disable "include administrators" protection
id: disable_include_admins
uses: benjefferies/branch-protection-bot@1.0.7
uses: benjefferies/branch-protection-bot@1.0.9
if: always()
with:
access_token: ${{ secrets.FORGECLOUD_ACCESS_TOKEN }}
Expand All @@ -130,7 +130,7 @@ jobs:
repository: "forgeCloud/ob-deploy"
branch: master
- name: Enable "include administrators" branch protection
uses: benjefferies/branch-protection-bot@1.0.7
uses: benjefferies/branch-protection-bot@1.0.9
if: always()
with:
access_token: ${{ secrets.FORGECLOUD_ACCESS_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
git commit --allow-empty -m "Bumping Bank & Register UI version ${{ steps.version.outputs.BUILD_VERSION }}"
- name: Temporarily disable "include administrators" protection
id: disable_include_admins
uses: benjefferies/branch-protection-bot@1.0.7
uses: benjefferies/branch-protection-bot@1.0.9
if: always()
with:
access_token: ${{ secrets.FORGECLOUD_ACCESS_TOKEN }}
Expand All @@ -135,7 +135,7 @@ jobs:
repository: "forgeCloud/ob-deploy"
branch: master
- name: Enable "include administrators" branch protection
uses: benjefferies/branch-protection-bot@1.0.7
uses: benjefferies/branch-protection-bot@1.0.9
if: always()
with:
access_token: ${{ secrets.FORGECLOUD_ACCESS_TOKEN }}
Expand Down

0 comments on commit f33cb95

Please sign in to comment.