Skip to content

Commit

Permalink
Update and rename blank.yml to simple.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Anoint <[email protected]>
  • Loading branch information
whoami-anoint authored Jan 29, 2024
1 parent e67f787 commit 0305d49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/blank.yml → .github/workflows/simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: self-hosted

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -31,6 +31,5 @@ jobs:

# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.

0 comments on commit 0305d49

Please sign in to comment.