shithub
tenseleyflow
/
shithub
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
shithub
Public
Watch
1
Fork
0
Star
0
shithub
/
bench
/
fixtures
/
actions
/
smoke-run-only.yml
YAML · 218 bytes
Raw
Blame
History
1
name
:
smoke
2
on
:
[
push, workflow_dispatch]
3
jobs
:
4
hello
:
5
runs-on
:
ubuntu-latest
6
env
:
7
RUN_ID
:
${{ shithub.run_id }}
8
steps
:
9
-
run
:
echo "hello from shithub actions"
10
-
run
:
test -n "$RUN_ID"
11