Unverified Commit 86d869e7 authored by Anant Sharma's avatar Anant Sharma Committed by GitHub
Browse files

ci: remove unused event_file job (#6413)

parent 309cf13d
...@@ -213,14 +213,3 @@ jobs: ...@@ -213,14 +213,3 @@ jobs:
enable_mypy: 'false' enable_mypy: 'false'
parallel_mode: 'none' parallel_mode: 'none'
dind_as_sidecar: 'false' dind_as_sidecar: 'false'
event_file:
name: "Event File"
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' }}
steps:
- name: Upload
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: Event File
path: ${{ github.event_path }}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment