diff --git a/.github/workflows/hello-on-push.yml b/.github/workflows/hello-on-push.yml index c74f006..46a98f5 100644 --- a/.github/workflows/hello-on-push.yml +++ b/.github/workflows/hello-on-push.yml @@ -9,7 +9,6 @@ on: jobs: hello: - if: false runs-on: ubuntu-latest steps: - name: Say Hello on Push @@ -17,7 +16,7 @@ jobs: - name: Print Event Details for hello on push run: | - # echo "${{ toJson(github) }}" + # echo "${{ toJson(github) }}" echo "All Configs: ${{ github }}" echo "Repository: ${{ github.repository }}" echo "Branch: ${{ github.ref }}"