Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: remove trigger job from test-full-suite #5751

Merged
merged 1 commit into from
Dec 16, 2024
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
13 changes: 0 additions & 13 deletions .github/workflows/test-full-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,6 @@ on:
- never

jobs:
trigger:
runs-on: ubuntu-latest
steps:
- name: Echo Input Details
run: |
echo "Workflow Inputs:"
echo "- E2E Electron (Linux): ${{ inputs.run_e2e_linux }}"
echo "- E2E Electron (Windows): ${{ inputs.run_e2e_windows }}"
echo "- E2E Chromium (Linux): ${{ inputs.run_e2e_browser }}"
echo "- Unit Tests: ${{ inputs.run_unit_tests }}"
echo "- Integration Tests: ${{ inputs.run_integration_tests }}"
echo "- Slack Notification On: ${{ inputs.notify_on }}"

e2e-electron:
name: e2e
if: ${{ github.event_name == 'schedule' || inputs.run_e2e_linux }}
Expand Down
8 changes: 2 additions & 6 deletions build/secrets/.secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@
"path": "detect_secrets.filters.common.is_baseline_file",
"filename": "build/secrets/.secrets.baseline"
},
{
"path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies",
"min_level": 2
},
{
"path": "detect_secrets.filters.heuristic.is_indirect_reference"
},
Expand Down Expand Up @@ -143,7 +139,7 @@
"filename": ".github/workflows/test-full-suite.yml",
"hashed_secret": "3e26d6750975d678acb8fa35a0f69237881576b0",
"is_verified": false,
"line_number": 62,
"line_number": 49,
"is_secret": false
}
],
Expand Down Expand Up @@ -1944,5 +1940,5 @@
}
]
},
"generated_at": "2024-12-14T14:27:48Z"
"generated_at": "2024-12-16T16:39:50Z"
}
Loading