Skip to content

Commit

Permalink
Update github-actions-demo.yml.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
madkoo authored Sep 24, 2024
1 parent 18611ab commit 1121cae
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/github-actions-demo.yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ on:
pull_request:
branches: main
workflow_dispatch:
inputs:
environments:
description: "where to deploy"
required: true
type: environment
schedule:
- cron: '15 6 * * 0'

Expand All @@ -30,11 +25,6 @@ jobs:
echo "The repository ${{ github.repository }} contains the following files:"
tree
Deploy:
name: ${{ inputs.environment}}
runs-on: ubuntu-latest
needs: Build
steps:
- run: echo "deploy this "



0 comments on commit 1121cae

Please sign in to comment.