diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index bf2bd6f3c56..0400e2ddebb 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -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: