diff --git a/.github/workflows/base_ci_workflow.yml b/.github/workflows/base_ci_workflow.yml index 3de989b..d3ac77c 100644 --- a/.github/workflows/base_ci_workflow.yml +++ b/.github/workflows/base_ci_workflow.yml @@ -14,7 +14,7 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" - build: + pre-merge-sanity: # The type of runner that the job will run on runs-on: ubuntu-latest diff --git a/README.md b/README.md index 7135549..117f756 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # testing-is-testing Just testing GitHub workflows and settings. +Workflow testing