Skip to content

Commit

Permalink
Create rnnr_nfo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMirosavljevicHTEC authored May 23, 2024
1 parent b5f6625 commit d0f96dc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/rnnr_nfo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: RNNR NFO

on:
workflow_dispatch:

jobs:
getRNNRnfo:
name: getRNNRnfo
runs-on: self-hosted
steps:
- name: get info
run: |
echo "n: ${{ runner.name }}
echo "l: ${{ runner.labels }}

0 comments on commit d0f96dc

Please sign in to comment.