Skip to content

Commit

Permalink
Release: M2TWEOP-2.1.36 (no cache)
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieEldridge committed Feb 21, 2023
1 parent 98ec8ca commit 1b24e15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release-eop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ jobs:
bodyFile: "./documentationGenerator/releaseInfo/releaseDescription.md"
token: ${{ secrets.GITHUB_TOKEN }}
commit: "master"
allowUpdates: true
allowUpdates: false
12 changes: 6 additions & 6 deletions .github/workflows/composite-actions/build-eop/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ runs:
shell: bash

# Check cache for previously generated code
- name: Verify M2TWEOP Code cache
id: code-cache
uses: actions/cache@v1
with:
path: M2TWEOP Code
key: code-cache
# - name: Verify M2TWEOP Code cache
# id: code-cache
# uses: actions/cache@v1
# with:
# path: M2TWEOP Code
# key: code-cache

# Run build script
- name: Run buildEOP.ps1
Expand Down

0 comments on commit 1b24e15

Please sign in to comment.