Skip to content

Commit

Permalink
Simple workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
ZainRizvi committed Apr 19, 2023
1 parent 495e1b4 commit b0e81ba
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 395 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/atest.yml
@@ -0,0 +1,26 @@
name: A zain test

on:
push:
tags:
- ciflow/trunk/*
workflow_dispatch:


jobs:
check-events-here:
name: github-events
runs-on: linux.2xlarge
env:
PR_NUMBER: ${{ github.event.number }}
THE_REST: ${{ github.event }}
steps:
- name: "print stuff"
run: |
echo 'hi'
- name: "print more"
run: |
echo ${PR_NUMBER}
- name: "print and more"
run: |
echo ${THE_REST}

0 comments on commit b0e81ba

Please sign in to comment.