Skip to content

Commit

Permalink
Remove unused job 'list_files' from GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilmulinti committed Dec 18, 2023
1 parent e8622ee commit 6641449
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ on:
workflow_dispatch:

jobs:
list_files:
runs-on: arc-runner-set-uat
steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: List Files
run: ls -R

Explore-GitHub-Actions:
runs-on: arc-runner-set-uat
steps:
Expand Down

0 comments on commit 6641449

Please sign in to comment.