Skip to content

Commit 7637bd2

Browse files
authored
Update Shuffle_Pricing.md
1 parent c3eda24 commit 7637bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/Shuffle_Pricing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ App-runs are the actual actions that run inside your workflow. They are a simple
1414

1515
For example, the workflow below has many nodes or 'actions'. Whenever it runs, these actions are counted as app-runs.
1616

17-
Only the actions that run are counted; the rest are ignored and not counted. In the workflow below, even though it has many actions, if it stops at the (red) filter action, only 4 app-runs are counted.
17+
IMP: Only the actions that run are counted; the rest are ignored and not counted. In the workflow below, even though it has many actions, if it stops at the (red) filter action, only 4 app-runs are counted.
1818

1919
![Shuffle Pricing](https://github.com/frikky/shuffle-docs/blob/master/assets/Shuffle_Pricing_Workflow.png?raw=true)

0 commit comments

Comments
 (0)