Skip to content

Commit

Permalink
ci: remove trigger job from test-full-suite (#5751)
Browse files Browse the repository at this point in the history
I previously added the `trigger` jog to log the inputs from a manual
dispatch, but I didn't realize it would end up in the slack
notifications. So opting to remove instead to keep notifications
strictly to test results.
  • Loading branch information
midleman authored Dec 16, 2024
1 parent 240e51f commit cacca3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
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"
}

0 comments on commit cacca3b

Please sign in to comment.