diff --git a/.github/workflows/2-first-introduction.yml b/.github/workflows/2-first-introduction.yml index 5335f6d..ac32380 100644 --- a/.github/workflows/2-first-introduction.yml +++ b/.github/workflows/2-first-introduction.yml @@ -131,6 +131,5 @@ jobs: run: | gh workflow disable "${{github.workflow}}" gh workflow enable "Step 3" - gh workflow enable "Step 3b" env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}