Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish
name: CI Publish

on:
push:
Expand All @@ -9,17 +9,17 @@

jobs:
tests:
name: Call Rust Tests
name: Rust Tests For Publish
uses: ./.github/workflows/rust-tests-workflow.yml

# tests:
# name: Call Rust Tests
# runs-on: ubuntu-latest
# steps:
# - name: Skip tests (temporary)
# run: echo "Tests skipped for debugging"

docker:

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}
name: Docker Publish
needs: tests
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust Tests - On Push Branch
name: CI Tests

on:
pull_request:
Expand All @@ -14,7 +14,10 @@ on:
- 'ci/Dockerfile'
workflow_dispatch:

permissions:
statuses: write

jobs:
tests:
name: Call Rust Tests
name: Rust Tests For Branch Push
uses: ./.github/workflows/rust-tests-workflow.yml