Skip to content

Commit

Permalink
ci: add pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gpincheiraa committed Sep 6, 2024
1 parent c610138 commit 5432104
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Pipeline
on:
schedule:
- cron: "*/5 * * * *"
workflow_dispatch:
jobs:
scripts-job:
runs-on: ubuntu-latest
steps:
- run: echo "Hola $GITHUB_ACTOR"
- run: echo "Pipeline en contexto de $GITHUB_REF"

0 comments on commit 5432104

Please sign in to comment.