Skip to content

Commit

Permalink
Merge branch 'develop' into feature/276_new_script_file_for_testing_01
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandoquesada committed Oct 25, 2024
2 parents fa3d680 + 7d82ed1 commit 0269c4d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [develop]

# Declare default permissions as write only.
permissions: write-all
permissions: read-all

# If another push to the same PR or branch happens while this workflow is still running,
# cancel the earlier run in favor of the next run.
Expand Down Expand Up @@ -53,6 +53,8 @@ jobs:
secrets: inherit

Update:
permissions:
contents: write
# name: Lint & Update Reports
needs: [Testing, Results]
if: ${{ always() }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/_CI_coverage_compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ on:
description: "The Python Coverage for source"
type: string

permissions: write-all
permissions: read-all

jobs:
compare_coverage:
permissions:
contents: write
name: Compare Reported Coverage
runs-on: ubuntu-latest
steps:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/_CI_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ on:
description: "Status of coverage tests (passed/failed)"
type: string

permissions: write-all
permissions: read-all

jobs:
commit_job:
permissions:
contents: write
name: Commit Code Updates
env:
COMMIT_MSG: "Automated updates: Format and/or coverage"
Expand Down Expand Up @@ -83,4 +85,4 @@ jobs:
if [ "${{ env.FILE_CHANGES }}" != "Empty" ]; then
echo "Please provide sys-vdms write access to fork (if applicable)."
exit 1
fi
fi

0 comments on commit 0269c4d

Please sign in to comment.