Skip to content
Open
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
1 change: 1 addition & 0 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# test
43 changes: 0 additions & 43 deletions .github/workflows/code-quality.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/code-tests.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/dast.yml

This file was deleted.

47 changes: 0 additions & 47 deletions .github/workflows/dependency-scan.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/deploy.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/devsecops.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/docker-push.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/docker-scans.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/matrix.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: PR Check

on:
pull_request:
branches: [ci-triggers-matrix]

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Print PR branch
run: 'echo "PR check running for branch: ${{ github.head_ref }}"'

20 changes: 0 additions & 20 deletions .github/workflows/secret-scanning.yml

This file was deleted.

Loading